Metadata-Version: 2.2
Name: pyfot
Version: 1.3.1
Summary: PyFot is a TUI application for instant access to football matches schedule and team lineups right from your terminal.
Author: ayoub
Project-URL: Homepage, https://github.com/0x61796f7562/pyfot
Project-URL: Issues, https://github.com/0x61796f7562/pyfot/issues
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
Requires-Dist: chime==0.7.0
Requires-Dist: fake-useragent==1.5.1
Requires-Dist: plyer==2.1.0
Requires-Dist: pyjq==2.6.0
Requires-Dist: requests==2.32.3
Requires-Dist: urwid==2.6.16
Requires-Dist: dbus-python==1.3.2

PyFot is a TUI application for instant access to football matches schedule and team lineups right from your terminal.

## Demo
https://github.com/user-attachments/assets/a4de9e87-adbe-4d4b-9904-3b35e96125fa

## Installation
Install pipx
``` bash
python -m pip install pipx --upgrade
```
Install pyfot
``` bash
python -m pipx install pyfot --upgrade
```

## Usage
### Launch pyfot
```bash
pyfot # shows todays matches
```
```bash
pyfot yyyy-mm-dd # replace yyyy-mm-dd with right date format
```

### Keyboard keys
- <kbd>Q</kbd> Quit
- <kbd>⏎ Enter</kbd> Open selected option
- <kbd>↑</kbd> Go up 
- <kbd>↓</kbd> Go down
- <kbd>←</kbd> Go left
- <kbd>→</kbd> Go Right
- <kbd>⎋ Escape</kbd> Close opened window
- <kbd>F</kbd> Filter
- <kbd>P</kbd> Go up the filter results
- <kbd>N</kbd> Go down the filter results
- <kbd>M</kbd> Open list of monitored players
- <kbd>R</kbd> Refresh matches list



