/PyCodeFlow

Primary LanguagePython

PyCodeFlow - a flowdiagram generator for Python

  • PyCodeFlow is a project that produces flow diagrams of Python source codes. In this way, the codes written in python can be understood easily and quickly.

image

  • PyCodeFlow understands the imports between the project source codes and extracts the flow within the scope of the project.

image

Install PyCodeFlow

pip install -r requirements.txt

Python = 3.10