From 46deb2baaccbd30fbc808253a798d5c1d50ba710 Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 5 Dec 2025 15:29:12 +0100 Subject: [PATCH] docs: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a15d80..b815c91 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Then, the next thing to add is a progress bar at the bottom of the interface, to It's still a work in progress, so : -- all the code is in `main.py` +- all the code is in `main.py` with exceptions: + - `player.py` is the test playground for the download and play functionality - expect bugs and missing features - the code is not yet organized as I'm currently experimenting