Skip to content

starryangt/Python-Epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A library for making epubs that actually works in 3.4.1.

For now, I'm being lazy and just copying the mimetype and container.xml instead of writing it every time.

It's relatively simple.

exampleEpub = Epub()
exampleEpub.addAuthor("Me")
exampleEpub.addTitle("A Book")
exampleEpub.addPublisher("The Publisher")
exampleEpub.addHTML('filepath_of_xhtml_file', 'optional_title')
exampleEpub.addIMG('filepath_of_img')
exampleEpub.create()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages