Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 318 Bytes

File metadata and controls

22 lines (15 loc) · 318 Bytes

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.