„README.md“ ändern

This commit is contained in:
HDValentin 2023-10-21 23:47:12 +02:00
parent bead47ab24
commit ca759aac2e
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# TV-to-Console
Script that populates the tv programe to the console window.
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