traph

The terminal graph visualiser no one asked for


Keywords
graph, terminal, game, visualiser, graph-algorithms, terminal-based
License
Other
Install
pip install traph==0.0.2

Documentation

Traph

A terminal-based graph visualiser.

For now, it supports three two features:

  • Constructing a graph
  • Running BFS on the graph
  • Spaghetti event loop

Installation

You probably wouldn't even think about it, but just in case, you should enable your virtualenv.

Install from repository

Clone repo:

git clone git@github.com:1MaxKoval/traph.git

Go into the root project directory and install:

pip install .

Install from PyPI

pip install traph

Run

traph