abowerman / libros-convert

TODO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libros-convert

A tool to convert epubs for the Open Book's Libros firmware.

THIS IS NOT READY YET. It is provided for folks who want to hack along on the Open Book at home, but it's very early stage software, can easily fail on a variety of different inputs, and generally shouldn't be trusted. With that said, I've had very good results converting EPUBs from Standard Ebooks.

Getting Started

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt 
python3 convert.py louisa-may-alcott_little-women.epub

The script itself is an interactive utility; you can toggle chapters on and off before exporting the final text file.

More to come.

About

TODO


Languages

Language:Python 100.0%