Skip to content

FreezeEngine/GraphTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Various tools for working with graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages