Skip to content

ParanoidAndroid19/ePub-Modifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ePub-Editor

ePub Editor can be used to add custom cover image to an epub file. Built using Python, Flask and EbookLib python library. Deployed using PythonAnywhere: http://epubeditor.pythonanywhere.com/

Result

Simply upload cover image and epub file and click on submit to download the edited epub.

To do

  • Include images along with text in chapters
  • Connect front end to python code
  • Deploy flask app