From fbd987d353a931b5aa81d49309cbcfdb9970ec03 Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 5 Dec 2025 17:05:44 +0100 Subject: [PATCH] docs: add stats.py --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11458bc..12e6241 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ Look at the [roadmap](#roadmap) for more details. It's still a work in progress, so : -- all the code is in `main.py` with exceptions: +- currently, most code resides in `main.py`, except for some experimental files that aren't part of the final structure: - `player.py` is the test playground for the download and play functionality + - `stats.py` is the test playground for the stats functionality - expect bugs and missing features - the code is not yet organized as I'm currently experimenting @@ -30,7 +31,7 @@ This project uses [uv](https://github.com/astral-sh/uv) for dependency managemen $ uv sync # run the TUI -$ uv run main.py +$ uv run main.py # or player.py or stats.py ``` Please also note that as of now, you need to have [ffmpeg](https://ffmpeg.org/) installed to play audio files.