Script that prints the TV program in the terminal. Skript, welches das Fernsehprogramm im Terminal ausgibt.
Go to file
2023-10-21 23:47:12 +02:00
.gitignore Initial commit 2023-10-21 23:32:44 +02:00
LICENSE Initial commit 2023-10-21 23:32:44 +02:00
README.md „README.md“ ändern 2023-10-21 23:47:12 +02:00
tv_program.py Dateien hochladen nach „“ 2023-10-21 23:38:15 +02:00

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