Switch to interactive main.py and uv packaging

This commit is contained in:
√(noham)²
2026-03-03 15:58:47 +01:00
parent a8a9f25499
commit 3b0a30c2be
6 changed files with 431 additions and 139 deletions

View File

@@ -3,13 +3,9 @@
This project pulls data from [JustWatch](https://www.justwatch.com/) and shows details about movies and series.
## Installation
This project uses [uv](https://docs.astral.sh/uv/) as a package manager.
```bash
pip install -r requirements.txt
```
## Usage
```bash
python info.py
uv run main.py
```