TV-to-Console/README.md

17 lines
410 B
Markdown

# 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