Script that prints the TV program in the terminal.
Skript, welches das Fernsehprogramm im Terminal ausgibt.
Go to file
HDValentin 4075335972 „channels.md“ ändern 2023-10-26 21:06:40 +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-25 23:17:07 +02:00
channels.md „channels.md“ ändern 2023-10-26 21:06:40 +02:00
tv_program.py „tv_program.py“ ändern 2023-10-22 18:27:06 +02:00
tv_program_now.py Dateien hochladen nach „“ 2023-10-25 22:31:44 +02:00

README.md

TV-to-Console

English

Script that populates the tv program from hoerzu-data to the console window.

Call in console via

python3 tv_program.py it uses the default starttime and endtime in the script and gives out tv shows starting in this timerange.

python3 tv_program.py --start-time 23:30 --end-time 23:55 gives out tv shows starting in the time between 11:30 pm and 11:55 pm

Dependencies

python3

install: apt install python3

python3-tabulate

makes tables pretty

install: apt install python3-tabulate

Credits

Inspired by Axel-Erfurt on GitHub, Project TV-Tagesprogramm


German

Skript, das das Fernsehprogramm mittels Hoerzu-Daten in der Konsole ausgibt.

Aufruf in der Konsole über

python3 tv_program.py Es verwendet die im Skript angegebene Start- und Endzeit und gibt Fernsehsendungen aus, die in diesem Zeitbereich beginnen.

python3 tv_program.py --start-time 23:30 --end-time 23:55 gibt Fernsehsendungen aus, die in der Zeit zwischen 23:30 Uhr und 23:55 Uhr beginnen.

Abhängigkeiten

python3

install: apt install python3

python3-tabulate

makes tables pretty

install: apt install python3-tabulate

Credits

Inspiriert von Axel-Erfurt auf GitHub, Projekt TV-Tagesprogramm