The repository host multiple cli and gui that allows you to edit, convert, merge, and more, e-book files (cbz, epub, pdf, etc...).
eco convert
- cli - Convert e-books to any format (from pdf, mobi, and DRM-free azw3, to cbz only for now)eco merge
- cli - Merge e-books together when it makes sense (cbz)eco pack
- cli - pack images into an e-book file (cbz)eco view
- gui - A dead simple e-book reader (cbz)
Converts e-books from * to * (only pdf, mobi, and DRM-free azw3 to cbz supported for the moment):
eco convert "archive.azw3" --from azw3 --outdir out
This will look for all the e-books in path
and which file name contains something
and merge them into output/merged_archive.cbz
:
eco merge --archives-glob "path/**/*something*" --outdir "output" --name "merged_archive"
Takes all the png
files under source
and pack them into the archive.cbz
file:
eco pack "source/*.png" --name archive --autosplit
Options include:
--autosplit
: split in 2 landscape images--contrast
: change contrast--brightness
: change brightness
View any e-book file with this simple gui:
eco view "my_archive.cbz"