https://github.com/3ddelano/graph-visualizer-python
A graph visualizer using turtle for GUI. Supports saving and loading from csv file.
https://github.com/3ddelano/graph-visualizer-python
graph gui python turtle visualizer
Last synced: about 1 year ago
JSON representation
A graph visualizer using turtle for GUI. Supports saving and loading from csv file.
- Host: GitHub
- URL: https://github.com/3ddelano/graph-visualizer-python
- Owner: 3ddelano
- License: mit
- Created: 2022-01-20T08:56:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T11:45:17.000Z (about 4 years ago)
- Last Synced: 2025-02-13T23:47:05.461Z (over 1 year ago)
- Topics: graph, gui, python, turtle, visualizer
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
graph-visualizer-python
=========================================
### GUI tool visualize graphs and traversal algorithms (Python, Turtle and Tk)


Features
--------------
- Load / Save to csv
- Find path / Animate path
- Quick keyboard shortcuts
- Easily add more features
- Separated GUI from Graph data
- Uses inheritance and interfaces (see `/uml`)
Previous Versions
--------------
### v.1.0 (See [v1 branch](https://github.com/3ddelano/graph-visualizer-python/tree/v1))

Support the development
--------------

Want to support in other ways? Contact me on Discord: `@3ddelano#6033`
For doubts / help / bugs / problems / suggestions do join: [3ddelano Cafe](https://discord.gg/FZY9TqW)