I installed the dependencies listed in the readme then tried to run tv.py and was getting errors about not being able to load "xcb"
Some searching led me to find this which fixed the problem:
sudo apt-get install libxcb-xinerama0
Same issue and fix in debian and ubuntu