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

https://github.com/saptaks/mangadownloader-cli

It is a python script to download all the pages of a particular issue in a manga
https://github.com/saptaks/mangadownloader-cli

beautifulsoup manga pillow python-script

Last synced: about 1 year ago
JSON representation

It is a python script to download all the pages of a particular issue in a manga

Awesome Lists containing this project

README

          

# manga-Extractor
It is a python script to download all the pages of a particular issue in a manga.

## How to run the code:

* You can either do git clone or download the zip folder.
* Open the terminal and go to the particular folder.
* Install the requirements using "pip3 install -r requirements.txt".
* Run the program using "python3 manga_scrape.py".
* Then input the name of the folder you want to copy it into.
* Input the url for the first page of the manga issue.
* Enter the total number of pages in that issue.