Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 642 Bytes

File metadata and controls

17 lines (14 loc) · 642 Bytes

Tools for working with graphs

img.png img_1.png img_2.png img_3.png img_4.png img_5.png

Installation

1. Download graphviz.zip and extract to /graphviz

2. Install requirements from requirements.txt

3. Run main.py

Build command (Windows, pyinstaller)

pyinstaller --noconfirm --onefile --noconsole --add-data "graphviz;graphviz" --paths "L:\Projects\PycharmProjects\GraphTools\.venv\Lib\site-packages" "L:\Projects\PycharmProjects\GraphTools\main.py"