Script that prints the TV program in the terminal.
Skript, welches das Fernsehprogramm im Terminal ausgibt.
.gitignore | ||
LICENSE | ||
README.md | ||
tv_program.py |
TV-to-Console
Script that populates the tv programe to the console window.
Call in console via
"python3 tv_program.py" it uses the default starttime and endtime in the script "python3 tv_program.py --start-time 2330 --end-time 2355" gives out tv shows in the time between 11:30 pm and 11:55 pm
Dependencies
python3 install: apt install python3
python3-tableau install: apt install python3-tableau