„README.md“ ändern
This commit is contained in:
parent
bede96c5c6
commit
14ecacd421
27
README.md
27
README.md
@ -1,5 +1,7 @@
|
|||||||
# TV-to-Console
|
# TV-to-Console
|
||||||
|
|
||||||
|
## English
|
||||||
|
|
||||||
Script that populates the tv programe to the console window.
|
Script that populates the tv programe to the console window.
|
||||||
|
|
||||||
Call in console via
|
Call in console via
|
||||||
@ -10,7 +12,7 @@ it uses the default starttime and endtime in the script and gives out tv shows s
|
|||||||
`python3 tv_program.py --start-time 2330 --end-time 2355`
|
`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
|
gives out tv shows starting in the time between 11:30 pm and 11:55 pm
|
||||||
|
|
||||||
## Dependencies
|
### Dependencies
|
||||||
|
|
||||||
python3
|
python3
|
||||||
|
|
||||||
@ -22,3 +24,26 @@ makes tables pretty
|
|||||||
|
|
||||||
install: `apt install python3-tabulate`
|
install: `apt install python3-tabulate`
|
||||||
|
|
||||||
|
## German
|
||||||
|
|
||||||
|
Skript, das das Fernsehprogramm im 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 2330 --end-time 2355`
|
||||||
|
gibt Fernsehsendungen aus, die in der Zeit zwischen 23:30 Uhr und 23:55 Uhr beginnen.
|
||||||
|
|
||||||
|
### Abhängigkeiten
|
||||||
|
|
||||||
|
python3
|
||||||
|
|
||||||
|
install: `apt install python`
|
||||||
|
|
||||||
|
python3-tabulate
|
||||||
|
|
||||||
|
makes tables pretty
|
||||||
|
|
||||||
|
install: `apt install python3-tabulate`
|
Loading…
Reference in New Issue
Block a user