larabr / epub2txt

Convert epub file to txt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%