/Pyflow-1.0.1

Byc-Pyflow

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyFlow

Licence - GPLv3 PRs Welcome

PyFlow is an open-source graph-structured interactive Python development tool

Check out this quick video comparing features between Pyflow to Jupyter:

Pyflow: a 2D Alternative to Jupyter

Features

  • Create blocks of code in which you can edit and run Python code

- Move and resize blocks on an infinite 2D plane

- Link blocks to highlight dependencies, Pyflow will then automatically run your blocks in the correct order

- Convert your Jupyter notebooks to Pyflow graphs and vice versa

Installation

Make sure you have Python 3 installed. Tested with 3.10

Install PyFlow on Windows

install.bat

Or try with conda (check if you have with "conda -V" in the CMD terminal )

  1. conda create -n pyflow python=3.10 -y && conda activate pyflow
  2. pip install -r requirements.txt && pip install .
  3. cd pyflow && python -m pyflow'''

See SHORTCUTS.md for a better experience.

License

See LICENSE