Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saturngod/mangareader-to-ebook
- Owner: saturngod
- Created: 2012-02-27T14:31:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T07:53:26.000Z (almost 8 years ago)
- Last Synced: 2024-04-08T17:01:59.113Z (9 months ago)
- Topics: epub, manga, mangareader, pdf, python
- Language: Python
- Homepage:
- Size: 3.21 MB
- Stars: 16
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mangareader to ebooks support epub and pdf format.
Requirement
===========* python 2.7
* Python Image Library if using --resizeCredit
======* 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 formatMake PDF
========$python makePDF.py
Example :$python makePDF.py Bleach_482 jpg