A Python Textual application to track books. The application allows users to
- View a DataTable of existing books
- Filter existing books by a DataTable field and a search term
- Add a new book
- Edit existing books
- Delete existing books
- View statistics (books per month or year, days to read)
This project uses UV.
git clone [email protected]:LuapRebel/booktracker.git
cd booktracker
uv sync
source .venv/bin/activate
textual run src/app.py