Python Qt node editor
Pure Python port of NodeEditor, supporting PyQt5 and PySide through qtpy.
- Python 3.6+
- qtpy
- PyQt5 / PySide
Sphinx-generated documentation
$ conda create -n node -c conda-forge python=3.6 pyqt5 qt qtpy $ conda activate node $ git clone https://github.com/klauer/qtpynodeeditor $ cd qtpynodeeditor $ pip install .
$ python run_tests.py