All Projects → saturngod → Mangareader To Ebook

saturngod / Mangareader To Ebook

download mangareader and make epub

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mangareader To Ebook

Comics Downloader
tool to download comics and manga in pdf/epub/cbr/cbz from a website
Stars: ✭ 190 (+1483.33%)
Mutual labels:  pdf, epub, manga
Starter Book
A book starter to kickstart your writing journey 🎉
Stars: ✭ 277 (+2208.33%)
Mutual labels:  pdf, epub
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+483.33%)
Mutual labels:  manga, epub
Percollate
A command-line tool to turn web pages into beautiful, readable PDF, EPUB, or HTML docs.
Stars: ✭ 3,535 (+29358.33%)
Mutual labels:  pdf, epub
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (+258.33%)
Mutual labels:  manga, epub
comi
ComiGO:Simple, cross-platform manga reader。简单、跨平台的漫画阅读器。シンプルな漫画リーダー。
Stars: ✭ 34 (+183.33%)
Mutual labels:  manga, epub
Ruby Hacking Guide.github.com
Ruby Hacking Guide Translation
Stars: ✭ 305 (+2441.67%)
Mutual labels:  pdf, epub
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+24383.33%)
Mutual labels:  pdf, epub
Plato
Document reader
Stars: ✭ 473 (+3841.67%)
Mutual labels:  pdf, epub
Crowbook
Converts books written in Markdown to HTML, LaTeX/PDF and EPUB
Stars: ✭ 399 (+3225%)
Mutual labels:  pdf, epub
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 (+1916.67%)
Mutual labels:  pdf, epub
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+6183.33%)
Mutual labels:  pdf, epub
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+1741.67%)
Mutual labels:  pdf, epub
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (+91.67%)
Mutual labels:  pdf, epub
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (+1683.33%)
Mutual labels:  pdf, epub
Redux Offline Docs
Redux documentation in PDF, ePub and MOBI formats for offline reading.
Stars: ✭ 292 (+2333.33%)
Mutual labels:  pdf, epub
Markdownslides
MarkdownSlides is a Reveal.js and PDF slides generator from MARKDOWN files, that also generate HTML, EPUB and DOCX documents. The idea is that from a same MARKDOWN file we can get slides and books without worrying about style, just worrying about content.
Stars: ✭ 121 (+908.33%)
Mutual labels:  pdf, 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 (+28825%)
Mutual labels:  pdf, epub
Lightnovel Crawler
Download and generate e-books from online sources.
Stars: ✭ 344 (+2766.67%)
Mutual labels:  pdf, epub
Easybook
Book publishing as easy as it should be (built with Symfony components)
Stars: ✭ 744 (+6100%)
Mutual labels:  pdf, epub

Mangareader to ebooks support epub and pdf format.

Requirement

  • python 2.7
  • Python Image Library if using --resize

Credit

Download Images from mangareader.net

$python mdl.py <START URL> <OUTPUT DIR> 

Example :

$python mdl.py http://www.mangareader.net/bleach/482 Bleach

or

$python mdl.py http://www.mangareader.net/bleach/482 ./

Make epub

$python makepub.py <dir>

Default image format is jpg. Use --ext to specify another

Example :

$python makepub.py Bleach_482

or

$python makepub.py Bleach_482 --ext png

You will get epub file in output folder

You can provide multiple folders :

$python makepub.py Bleach_480 Bleach_481 Bleach_482

or even (linux only) :

$python makepub.py Bleach/*/

Bleach/ being the folder containing chapter folders

You can resize images to fit your e-reader resolution with --resize width height

Example for a kobo touch:

$python makepub.py Bleach_482 --resize 600 800

Use this to get best quality when your e-reader has lower resolution than original image's Only available with jpg image format

Make PDF

$python makePDF.py <dir> <image format>

Example :

$python makePDF.py Bleach_482 jpg
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].