Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 591 Bytes

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