Skip to content
forked from mefengl/epub2md

Convert EPUB to clean Markdown chapters

License

Notifications You must be signed in to change notification settings

hjbarraza/epub2md

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epub2md

Convert EPUB to clean Markdown chapters.

Install

pip install epub2md

Usage

epub2md book.epub          # Creates book/*.md and book/images/
epub2md book.epub output   # Creates output/*.md and output/images/

Output:

book/
├── 01-chapter-i.md
├── 02-chapter-ii.md
├── ...
└── images/
    └── *.jpeg

Images are git-ignored by default. To commit them: rm book/images/.gitignore

Requirements

License

MIT

About

Convert EPUB to clean Markdown chapters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%