„README.md“ ändern
This commit is contained in:
parent
ca759aac2e
commit
bede96c5c6
18
README.md
18
README.md
@ -4,13 +4,21 @@ Script that populates the tv programe to the console window.
|
|||||||
|
|
||||||
Call in console via
|
Call in console via
|
||||||
|
|
||||||
"python3 tv_program.py" it uses the default starttime and endtime in the script
|
`python3 tv_program.py`
|
||||||
"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
|
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 2330 --end-time 2355`
|
||||||
|
gives out tv shows starting in the time between 11:30 pm and 11:55 pm
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
python3
|
python3
|
||||||
install: apt install python3
|
|
||||||
|
|
||||||
python3-tableau
|
install: `apt install python`
|
||||||
install: apt install python3-tableau
|
|
||||||
|
python3-tabulate
|
||||||
|
|
||||||
|
makes tables pretty
|
||||||
|
|
||||||
|
install: `apt install python3-tabulate`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user