This is a small EPUB reader I made that uses the system Webview to render EPUB documents!
kanodiaashu · 21h ago
This looks exciting! What are the key improvements over the ebooklib python package?
Hackbraten · 14h ago
On the surface, one difference seems to be that the former has a CLI.
tuxpenguine · 20h ago
+1 looking for the same answer
sigwinch · 17h ago
I feel like mupdf probably fulfills this and very much more.
xaqfox · 13h ago
For better or for worse, Mupdf has a more restrictive license (AGPL VS Apache).
ryen · 1d ago
Does this also provide an api to paginate and provide text and images from the ebook?
Dromadie · 1d ago
Looks interesting. Does it support epub3 series?
Any plans to move beyond reading to also allow writing metadata?
lupusreal · 9h ago
Calibre ships with some useful command line tools for dealing with ebooks. ebook-meta allows you to inspect and alter ebook metadata, and ebook-convert can convert various formats between each other. This functionality is also exposed in the Caliber GUI of course, but that can be an.. acquired taste.
This is a small EPUB reader I made that uses the system Webview to render EPUB documents!
Any plans to move beyond reading to also allow writing metadata?