All Projects → pavelzw → calibre-kindle-comics

pavelzw / calibre-kindle-comics

Licence: ISC license
A calibre plugin that converts your comics into a readable format for kindle.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to calibre-kindle-comics

ebook-converter
Commandline tool for converting between several e-books formats, based on Calibre project.
Stars: ✭ 21 (-34.37%)
Mutual labels:  converter, epub, calibre
Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+34965.63%)
Mutual labels:  epub, kindle, calibre
Safaribooks
Download and generate EPUB of your favorite books from O'Reilly Learning (aka Safari Books Online) library.
Stars: ✭ 3,208 (+9925%)
Mutual labels:  epub, calibre
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+590.63%)
Mutual labels:  epub, kindle
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+3706.25%)
Mutual labels:  comics, epub
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+10746.88%)
Mutual labels:  epub, kindle
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+418.75%)
Mutual labels:  epub, kindle
ComicBookMaker
Script to fetch webcomics and use them to create ebooks.
Stars: ✭ 27 (-15.62%)
Mutual labels:  comics, kindle
Calibre Web
📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
Stars: ✭ 5,616 (+17450%)
Mutual labels:  epub, calibre
EPUB-to-PDF
Telegram bot EPUB to PDF converter
Stars: ✭ 25 (-21.87%)
Mutual labels:  converter, epub
Foliate
A simple and modern GTK eBook reader
Stars: ✭ 3,150 (+9743.75%)
Mutual labels:  comics, epub
advanced-php-crawler
新浪博客文章/wenku8轻小说文库爬虫,可抓取图片保存,一键制作电子书。kindle读书党的神器!
Stars: ✭ 26 (-18.75%)
Mutual labels:  kindle, calibre
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+29484.38%)
Mutual labels:  epub, kindle
Blitz
An eBook Framework (CSS + template)
Stars: ✭ 179 (+459.38%)
Mutual labels:  epub, kindle
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-28.12%)
Mutual labels:  epub, kindle
kthoom
Comic Book Reader in the Browser
Stars: ✭ 97 (+203.13%)
Mutual labels:  comics, epub
Narou
Narou.rb - 小説家になろうのダウンローダ&縦書き整形&管理アプリ。Kindle(などの電子書籍端末)でなろうを読む場合に超便利です!
Stars: ✭ 256 (+700%)
Mutual labels:  epub, kindle
Epub Press Clients
📦 Clients for building books with EpubPress.
Stars: ✭ 370 (+1056.25%)
Mutual labels:  epub, kindle
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+3725%)
Mutual labels:  comics, epub
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+603.13%)
Mutual labels:  converter, epub

Calibre Kindle Comics

GitHub release

Calibre Kindle Comics is a plugin for calibre that converts .cbz and .cbr files into .mobi files that are optimized for Kindle devices.

Issues/new features

If you have problems using this plugin or feature requests, please file an issue. If you can fix an open issue or want to add new features, fork the repository and create a pull request.

Installation

You can find the latest release here.

Before you add the plugin to calibre, you need to add the KindleGen executable to the Kindle Comics Output plugin. Since KindleGen is no longer supported by Amazon, you need to download it from archive.org:

Extract the kindle_comics.zip and place the kindlegen.exe (Windows) or kindlegen (Linux and macOS) into the Kindle Comics Output.zip file.

Then open calibre, go to Preferences > Plugins > Load plugin from file and select Kindle Comics Input.zip and then Kindle Comics Output.zip.

Input Formats

Calibre Kindle Comics can convert .cbz and .cbr files at the moment. It only converts to .mobi, for other conversions like for example .epub, the default calibre output plugins are being used.

How this plugin works

The Kindle Comics Input plugin acts as a converter from .cbz and .cbr to OEB, that's how all Plugins of the type InputFormatPlugin work. The Kindle Comics Output plugin then converts from the OEB format to .mobi by first creating a .epub file and then executing KindleGen. You still can convert from any other format to .epub, Kindle Comics Output will use the default .mobi conversion plugin when the input is not by Kindle Comics Input.

I haven't figured out a way that Kindle Comics Input is only executed when the conversion is to .mobi. That's why there may be strange results when converting to other formats or when viewing the comic file in the calibre ebook viewer. You may want to deactivate the plugin while converting non-comics to other file formats.

Credits

Calibre Kindle Comics is made by Pavel Zwerschke. I used some of the code by Ciro Mattia Gonano and Paweł Jastrzębski from Kindle Comic Converter in the conversion of the comic files.

The plugin uses the image.py class from Alex Yatskov's Mangle with subsequent proDOOMman's and Birua's patches.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].