Tools for working with graphs Installation 1. Download graphviz.zip and extract to /graphviz https://graphviz.org/download/ 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"