| .. | ||
| README.md | ||
| requirements.txt | ||
| sample.txt | ||
| viz.py | ||
For requirements, see requirements.txt
On linux, you need to install tkinter with
$ sudo apt-get install python3-tk
If you're having issues with matplotlib, install with apt
$ sudo apt-get install python3-matplotlib