# qtpynodeeditor **Repository Path**: dawsonzz/qtpynodeeditor ## Basic Information - **Project Name**: qtpynodeeditor - **Description**: No description available - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-04-24 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. 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 `_, supporting PyQt5 and PySide through `qtpy `_. Requirements ------------ * Python 3.6+ * qtpy * PyQt5 / PySide Documentation ------------- `Sphinx-generated documentation `_ Screenshots ----------- `Style example `_ .. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/style.png `Calculator example `_ .. image:: https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/calculator.png Installation ------------ :: $ 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 . Running the Tests ----------------- :: $ python run_tests.py