From 8b841972b70341c80b1c71a61fbba1806257eb2b Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Tue, 12 Aug 2025 16:57:50 +0200 Subject: README --- README.md | 20 ++++++++++++++++++++ res/example.png | Bin 0 -> 294493 bytes 2 files changed, 20 insertions(+) create mode 100644 res/example.png diff --git a/README.md b/README.md index e3e98cb..690fdd2 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,24 @@ Python program that fetches (Swiss) teletext from `api.teletext.ch` and displays it in the terminal using curses. +## Usage + +- `c`: switch channel (srf1, srfzwei, srfinfo) +- ``: got to page +- `h`/`l` go to prev/next page +- `r` reload page +- `q` quit + +## Limitations + +- Graphics are not rendered. +- Sometimes text is misaligned. + +## Example + +![example](./res/example.png) + + + + diff --git a/res/example.png b/res/example.png new file mode 100644 index 0000000..2ed402a Binary files /dev/null and b/res/example.png differ -- cgit v1.2.3