From 79af9b2af623a01bf20abc247df4c5a35c3e0423 Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 4 Dec 2025 16:14:55 +0100 Subject: [PATCH] docs: update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 639308e..9a15d80 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,11 @@ Now, I'm working on the "play" feature, which should allow you to play a book fr Then, the next thing to add is a progress bar at the bottom of the interface, to show the progress of the book while it's playing. -It's still a work in progress, so expect bugs and missing features. By the way, the code is not yet organized as I'm currently experimenting. +It's still a work in progress, so : -Also: - -- `tui-try.py` is where I test `textual` possibilities with fake data. -- `audible-api-test.py` is where I test `audible` python bindings possibilities. +- all the code is in `main.py` +- expect bugs and missing features +- the code is not yet organized as I'm currently experimenting ## How to run