„README.md“ ändern
This commit is contained in:
parent
14ecacd421
commit
aa6f27f4cf
20
README.md
20
README.md
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
## English
|
## English
|
||||||
|
|
||||||
Script that populates the tv programe to the console window.
|
Script that populates the tv programe from [hoerzu-data](https://mobile.hoerzu.de/programbystation) to the console window.
|
||||||
|
|
||||||
Call in console via
|
### Call in console via
|
||||||
|
|
||||||
`python3 tv_program.py`
|
`python3 tv_program.py`
|
||||||
it uses the default starttime and endtime in the script and gives out tv shows starting in this timerange.
|
it uses the default starttime and endtime in the script and gives out tv shows starting in this timerange.
|
||||||
@ -24,11 +24,17 @@ makes tables pretty
|
|||||||
|
|
||||||
install: `apt install python3-tabulate`
|
install: `apt install python3-tabulate`
|
||||||
|
|
||||||
|
### Credits
|
||||||
|
|
||||||
|
Inspired by Axel-Erfurt on [GitHub](https://github.com/Axel-Erfurt), Project [TV-Tagesprogramm](https://github.com/Axel-Erfurt/TV-Tagesprogramm)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## German
|
## German
|
||||||
|
|
||||||
Skript, das das Fernsehprogramm im der Konsole ausgibt.
|
Skript, das das Fernsehprogramm mittels [Hoerzu-Daten](https://mobile.hoerzu.de/programbystation) in der Konsole ausgibt.
|
||||||
|
|
||||||
Aufruf in der Konsole über
|
### Aufruf in der Konsole über
|
||||||
|
|
||||||
`python3 tv_program.py`
|
`python3 tv_program.py`
|
||||||
Es verwendet die im Skript angegebene Start- und Endzeit und gibt Fernsehsendungen aus, die in diesem Zeitbereich beginnen.
|
Es verwendet die im Skript angegebene Start- und Endzeit und gibt Fernsehsendungen aus, die in diesem Zeitbereich beginnen.
|
||||||
@ -46,4 +52,8 @@ python3-tabulate
|
|||||||
|
|
||||||
makes tables pretty
|
makes tables pretty
|
||||||
|
|
||||||
install: `apt install python3-tabulate`
|
install: `apt install python3-tabulate`
|
||||||
|
|
||||||
|
### Credits
|
||||||
|
|
||||||
|
Inspiriert von Axel-Erfurt auf [GitHub](https://github.com/Axel-Erfurt), Projekt [TV-Tagesprogramm](https://github.com/Axel-Erfurt/TV-Tagesprogramm)
|
Loading…
Reference in New Issue
Block a user