Skip to content

yuyy09/epub2txt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epub2txt

Python3 script to convert epub files to txt.

Install

# setup virtual env (optional)
python3 -m venv venv
source venv/bin/activate

# install deps
pip install -r requirements.txt

Run

python3 epub2txt.py <path-to-epub>

The txt file will have the same name as the original epub.

About

convert epub file to txt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%