jachinlin / Kindle_maker
a tool to make mobi-format file wich could be load into Kindle
Stars: ✭ 70
Programming Languages
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Kindle maker
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (-47.14%)
Mutual labels: ebook, mobi, kindle
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+137.14%)
Mutual labels: kindle, ebook, mobi
ComicBookMaker
Script to fetch webcomics and use them to create ebooks.
Stars: ✭ 27 (-61.43%)
Mutual labels: ebook, mobi, kindle
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+215.71%)
Mutual labels: kindle, ebook, mobi
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 (+4858.57%)
Mutual labels: kindle, ebook, mobi
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (-38.57%)
Mutual labels: ebook, mobi, kindle
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 (+13424.29%)
Mutual labels: kindle, ebook
kindle vocab anki
Export Kindle Vocabulary Builder to Anki
Stars: ✭ 38 (-45.71%)
Mutual labels: mobi, kindle
bookery
Manage all your ebooks and send them to your reader
Stars: ✭ 35 (-50%)
Mutual labels: ebook, kindle
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-68.57%)
Mutual labels: ebook, mobi
eBookDesignChecklist
A progressive web app to help you design eBooks
Stars: ✭ 15 (-78.57%)
Mutual labels: ebook, kindle
ebook-converter
Commandline tool for converting between several e-books formats, based on Calibre project.
Stars: ✭ 21 (-70%)
Mutual labels: ebook, mobi
Narou
Narou.rb - 小説家になろうのダウンローダ&縦書き整形&管理アプリ。Kindle(などの電子書籍端末)でなろうを読む場合に超便利です!
Stars: ✭ 256 (+265.71%)
Mutual labels: kindle, mobi
Soma
Ulysses.app blueprint for a better ePub stylesheet
Stars: ✭ 23 (-67.14%)
Mutual labels: ebook, kindle
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-67.14%)
Mutual labels: kindle, mobi
Epub Press Clients
📦 Clients for building books with EpubPress.
Stars: ✭ 370 (+428.57%)
Mutual labels: kindle, ebook
Tdd Ebook
Test-Driven Development - Extensive Tutorial. Open Source ebook
Stars: ✭ 314 (+348.57%)
Mutual labels: ebook, mobi
Calibre Web
📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
Stars: ✭ 5,616 (+7922.86%)
Mutual labels: ebook, mobi
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+977.14%)
Mutual labels: ebook, mobi
Kindle ebook making
kindle_maker is a Python tool which, given a set of html files and a plain text file with toc message, creates a MOBI file that you can directly use on you Amazon Kindle (or any other device that supports MOBI documents).
Want to see what it looks like? Take a look at examples!
Requirements
- A working Python 3 environment (tested on OS X + Python 3.7 + Virtualenv and other platforms on travis).
- Amazon's KindleGen binary (Just do nothing while I have downloaded it for you)
Installation
- (optional) Source your virtualenv.
pip install git+https://github.com/jachinlin/kindle_maker.git
Usage
- prepare html files and a toc.md file in a source dir.
- write a script
from kindle_maker import make_mobi
source_dir = 'put the source dir here'
output_dir = 'where you want to put the output mobi file'
make_mobi(source_dir, output_dir)
- or call in a command-line tool
make_mobi <source_dir> <output_dir>
This will create a <title>.mobi
in <output dir>
. You can now transfer this
file to your device.
Example
see examples at examples.
License
Have fun.
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].