| .idea | ||
| translations | ||
| .gitignore | ||
| book.py | ||
| LICENSE | ||
| main.py | ||
| MainWindow.ui | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
Book Shelf
This is a rebirth of my original idea to build an application for bulk metadata management and an e-book reader (PocketBook). One of its core goals is to allow metadata changes directly on the reader without breaking the link to existing annotations, which are tied via a hash value.
I also have an application called book_shelf, written in Rust. It should not be confused with this project, as that one is focused on tracking reading progress.
At this stage, the application is not intended for mass use. It is my second Qt-based project and part of my path toward building a more complex application for a different purpose. As such, it serves primarily as a learning playground for Qt, with the potential to evolve into a more mature application in the future.
Goals
- Full compliance with EPUB version 3, including all specification rules.