Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 318 Bytes

File metadata and controls

11 lines (5 loc) · 318 Bytes

#Simple, short project to show weighted graph in floyd algorithm with python3 and some libs such as Networkx and Matplotlit. this is cli_tools but displays gui result graph


#Don't forget to install these dependencies after clone repo.

pip install -r requirements.txt

sudo apt-get install python3-tk