All Projects → ofalvai → xkcd-to-kindle

ofalvai / xkcd-to-kindle

Licence: other
A Python script that downloads XKCD comics and converts them to a .mobi e-book

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to xkcd-to-kindle

Lector
Qt based ebook reader
Stars: ✭ 1,218 (+8020%)
Mutual labels:  ebook, comics, mobi
ComicBookMaker
Script to fetch webcomics and use them to create ebooks.
Stars: ✭ 27 (+80%)
Mutual labels:  ebook, comics, mobi
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (+186.67%)
Mutual labels:  ebook, mobi
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+4926.67%)
Mutual labels:  ebook, mobi
Kindle maker
a tool to make mobi-format file wich could be load into Kindle
Stars: ✭ 70 (+366.67%)
Mutual labels:  ebook, mobi
Unix As Ide
The ebook version of Tom Ryder's series on the Unix programming environment
Stars: ✭ 315 (+2000%)
Mutual labels:  ebook, mobi
Tdd Ebook
Test-Driven Development - Extensive Tutorial. Open Source ebook
Stars: ✭ 314 (+1993.33%)
Mutual labels:  ebook, mobi
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+19486.67%)
Mutual labels:  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 (+23040%)
Mutual labels:  ebook, mobi
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+1006.67%)
Mutual labels:  ebook, mobi
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (+26.67%)
Mutual labels:  ebook, mobi
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+1513.33%)
Mutual labels:  ebook, mobi
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 (+46.67%)
Mutual labels:  ebook, mobi
Calibre Web
📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
Stars: ✭ 5,616 (+37340%)
Mutual labels:  ebook, mobi
ebook-converter
Commandline tool for converting between several e-books formats, based on Calibre project.
Stars: ✭ 21 (+40%)
Mutual labels:  ebook, mobi
kthoom
Comic Book Reader in the Browser
Stars: ✭ 97 (+546.67%)
Mutual labels:  ebook, comics
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 (+146.67%)
Mutual labels:  ebook, mobi
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+313.33%)
Mutual labels:  ebook, mobi
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+8060%)
Mutual labels:  ebook, comics
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+1373.33%)
Mutual labels:  ebook, mobi

#XKCD to Kindle#

A Python script that downloads XKCD comics and converts them to a .mobi e-book using Kindlegen.exe. Requires the BeautifulSoup module (pip install beautifulsoup4).

You can specify the first and the last comic to download. First it makes a HTML file of the comics, extracting the comic title, the comic itself, the alt text, and a link, if the comic contains one. A table of contents is also generated.

You can convert the .mobi to .epub if you want to, and you find every downloaded image in /src/img.

Also, here is a generated e-book from ep. 1-1152.

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].