Skip to content

abowerman/libros-convert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%