Getting Started

Requirements

  • Python 3.6+

  • qtpy

  • PyQt5 / PySide

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

Examples

  1. Connection colors

$ python -m qtpynodeeditor.examples.connection_colors
https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/connection_colors.png
  1. Image

$ python -m qtpynodeeditor.examples.image
https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/image.png
  1. Style

$ python -m qtpynodeeditor.examples.style
https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/style.png
  1. Calculator

$ python -m qtpynodeeditor.examples.calculator
https://raw.githubusercontent.com/klauer/qtpynodeeditor/assets/screenshots/calculator.png