Qtpynodeeditor
Python Qt NodeEditor (qtpy, PyQt5, PySide)
Install / Use
/learn @klauer/QtpynodeeditorREADME
.. image:: https://img.shields.io/travis/klauer/qtpynodeeditor.svg :target: https://travis-ci.org/klauer/qtpynodeeditor
.. image:: https://img.shields.io/pypi/v/qtpynodeeditor.svg :target: https://pypi.python.org/pypi/qtpynodeeditor
=============================== qtpynodeeditor
Python Qt node editor
Pure Python port of NodeEditor <https://github.com/paceholder/nodeeditor>,
supporting PyQt5 and PySide through qtpy <https://github.com/spyder-ide/qtpy>.
Requirements
- Python 3.6+
- qtpy
- PyQt5 / PySide
Documentation
Sphinx-generated documentation <https://klauer.github.io/qtpynodeeditor/>_
Screenshots
Style example <https://github.com/klauer/qtpynodeeditor/blob/master/qtpynodeeditor/examples/style.py>_
.. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/style.png
Calculator example <https://github.com/klauer/qtpynodeeditor/blob/master/qtpynodeeditor/examples/calculator.py>_
.. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/calculator.png
Installation
We recommend using conda to install qtpynodeeditor.
::
$ conda create -n my_new_environment -c conda-forge python=3.7 qtpynodeeditor $ conda activate my_new_environment
qtpynodeeditor may also be installed using pip from PyPI.
::
$ python -m pip install qtpynodeeditor[pyqt5]
$ python -m pip install qtpynodeeditor[pyqt6]
$ python -m pip install qtpynodeeditor[pyside]
Running the Tests
Tests must be run with pytest and pytest-qt.
::
$ pip install .[pyqt5,test] $ pytest -v qtpynodeeditor/tests
Related Skills
node-connect
352.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
