An auxiliary tool for manga-py to organize, merge and export the files in an ebook format (EPUB or MOBI)
- Python 3.6
- KCC >> To convert the images in ebook format
- KindleGen >> EPUB to MOBI conversion
pip install comic-builder
kindlegen-installer # to install KindleGen
Today there are 4 modules in this repository
comic-builder
> Join the comic files into an ebook formatkindlegen-installer
> Install the KindleGen binarycomic-metadata-inject
> Inject metadata files into the chapters files with the same namecomic-metadata-eject
> Extract the chapter's metadata files
P.S. The commands comic-metadata-inject
and comic-metadata-eject
can be used together to edit some details in the
chapters metadata
For sites that support chapter and comic metadata (Ex. MangaDex)
manga-py --save-chapter-info --save-manga-info [-d|--destination] "COMIC_DOWNLOAD_PATH" [other-options...] URL
comic-builder [other-options...] "COMIC_DOWNLOAD_PATH/COMIC_NAME"
For other sites
- Create a metadata file based in this file
manga-py [-d|--destination] "COMIC_DOWNLOAD_PATH" [other-options...] URL
comic-builder --metadata "METADATA_FILE" [other-options...] "COMIC_DOWNLOAD_PATH/COMIC_NAME"