Skip to content

ShinAeon/qtpynodeeditor

 
 

Repository files navigation

image

image

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

Calculator example

image

Installation

$ conda create -n node -c conda-forge python=3.6 pyqt5 qt qtpy
$ source activate node
$ git clone https://github.com/klauer/qtpynodeeditor
$ cd qtpynodeeditor
$ python setup.py install

Running the Tests

$ python run_tests.py

About

Python Qt NodeEditor (qtpy, PyQt5, PySide)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%