Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saturngod/mangareader-to-ebook

download mangareader and make epub
https://github.com/saturngod/mangareader-to-ebook

epub manga mangareader pdf python

Last synced: 2 months ago
JSON representation

download mangareader and make epub

Awesome Lists containing this project

README

        

Mangareader to ebooks support epub and pdf format.

Requirement
===========

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

Credit
======

* mdl.py is base on [mdl.rb](https://github.com/lukaszkorecki/mdl)

Download Images from mangareader.net
====================================

$python mdl.py

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

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

Example :

$python makePDF.py Bleach_482 jpg