A terminal-based graph visualiser.
For now, it supports three two features:
- Constructing a graph
- Running BFS on the graph
Spaghetti event loop
You probably wouldn't even think about it, but just in case, you should enable your virtualenv.
Clone repo:
$ git clone git@github.com:1MaxKoval/traph.git
Go into the root project directory and install:
$ pip install .
$ pip install traph
$ traph
You can construct a graph
And then execute an algorithm on it (so far only bfs)