A terminal-based Python app that predicts when you'll realistically finish the books you're reading for school or pleasure, given your personal reading stats on a per-book basis.
We don't have just one reading speed - it changes based on the genre of book, the quality of its writing, and our reading goals. The app is based on this insight, and is designed to become more accurate and faster to use the longer someone uses it to track their reading.
Current features
- Input your reading stats and get a predicted finish date for the book you want to read
- Input your desired finish date and know if you're on track
- Persistent data storage
- Supports multiple books
Features coming next
- Track your reading sessions with a reading log
- Improved prediction algorithm: It will incorporate your reading logs for a more accurate prediction
Planned features
- "Genre" setting for even more customization
- Web app version (a user-friendly TUI version will always be available so you can have control over your data and customize the code)
- Much more