PyFlow is an open-source tool for modular visual programing in python !
Although for now the tool is in Beta and features are coming in bit by bit, stay tuned for the first release soon !
Join our Discord to beta-test features, share your ideas or even contribute !
-
Put your python code in small interconnected blocks
-
Export and Import your graphs and share them with other people in the new Interactive PYthon Graph format (.ipyg)
-
Chain your blocks to perform complex functions.
Make sure you have Python 3 installed. You can download it from here
Clone the current repo:
git clone https://github.com/MathisFederico/OpenCodeBlocks/
Install the dependencies
pip install -r requirements.txt
Run !
python -m opencodeblocks optional_path_to_ipyg
If you are interested in contributing to the project, see CONTRIBUTING.md.
See LICENSE