Skip to content

mefengl/epub2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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


Discussion on Hacker News

About

Convert EPUB to clean Markdown chapters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages