ebooklib
ebooklib copied to clipboard
Python E-book library for handling books in EPUB2/EPUB3 format -
I noticed that one of my epubs had all its chapters (items) out of order, when I was looping through them. I am guessing this is because this particular book...
Windows Version 7 Service Pack 2 Python: Python 3.5.1 Pip: pip 8.1.2 from c:\users[USERNAME REMOVED]\appdata\local\programs\python\python35-32\lib\site-packages (python 3.5) Error: ``` [NAME]@[NAME]-PC MINGW64 /m/github/Wattpad2Epub (master) $ pip install ebooklib Collecting ebooklib Using...
I want to show images from epub file. I used the default example and I need to get content image to show into PyQt4 ``` import ebooklib from ebooklib import...
Good afternoon, I've added the cover and epub title, but only the cover is displayed on the homepage. If the title is set, should not it appear overlapping the cover...
We need support for EPUB Media Overlays. Being able to read and create EPUB files with support for it. Documentation: * https://www.idpf.org/epub/30/spec/epub30-mediaoverlays.html * https://www.w3.org/Submission/2017/SUBM-epub-mediaoverlays-20170125/
…ng to accept *args and **kwargs. Make parse_string and parse_html_string be instance methods on a base class so they can be easily overridden if necessary. In the base class make...
I've found some problems with etree and python 3. Etree component was returning bites in python 3 instead of unicode string and I made small change to fix this problems....
I wanna add multiple sections from loop. how can i do that? thanks.
I should declare upfront that I've encountered this issue using v0.15 installed via pip, but looking at master branch it looks like the issue remains. Perhaps this is a deliberate...