“A simple Python GUI app to track your reading progress”
A simple Python GUI app using Tkinter to track your reading progress, including pages read, book status, search, and filters.
- Add books with title, author, and pages read
- Mark books as read or unread
- Update the page number you have read up to
- Search books by title or author
- Filter to show only unread books
- Make sure you have Python installed (3.x).
- Run the app:
python reading_tracker.py
