From bede96c5c6a24da629050bcaf1788594a92abc90 Mon Sep 17 00:00:00 2001 From: HDValentin Date: Sat, 21 Oct 2023 23:53:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a62960..7afb5e7 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,21 @@ 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 +`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 2330 --end-time 2355` +gives out tv shows starting in the time between 11:30 pm and 11:55 pm ## Dependencies python3 -install: apt install python3 -python3-tableau -install: apt install python3-tableau +install: `apt install python` + +python3-tabulate + +makes tables pretty + +install: `apt install python3-tabulate` +