Skip to content

1MaxKoval/traph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

You can construct a graph

Screenshot at Dec 21 16-39-05

And then execute an algorithm on it (so far only bfs)

Screenshot at Dec 21 16-41-06

About

A terminal/cmd graph algorithm visualiser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages