aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 690fdd294fce1945da2853dc26166f6a4ca1e515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Teletext TUI (Swiss Teletext Terminal User Interface)

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)
- `<number><return>`: 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)