docs: update readme

This commit is contained in:
2025-12-04 16:14:55 +01:00
parent 2b21484309
commit 79af9b2af6

View File

@@ -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. 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: - all the code is in `main.py`
- expect bugs and missing features
- `tui-try.py` is where I test `textual` possibilities with fake data. - the code is not yet organized as I'm currently experimenting
- `audible-api-test.py` is where I test `audible` python bindings possibilities.
## How to run ## How to run