This Python script allows users to download manga chapters, either the entire series, a range of chapters, or a single chapter. It supports saving the downloaded pages as images, pdf and cbz. The script employs multithreading to enhance download efficiency.
- Download entire manga series.
- Download a range of chapters.
- Download a single chapter.
- Option to save downloaded pages as images, pdf, cbz.
- Multithreading for faster downloads.
Download or clone the repository
git clone https://github.com/AkhilAndroid/Manga-Manhwa-Downloader.git
cd Manga-Manhwa-Downloader
Create a Python Virtual Environment:
-
Using virtualenv:
Note: Check how to install virtualenv on your system here link.
virtualenv env
OR
-
Create a Python Virtual Environment:
python -m venv env
Activate the Virtual Environment.
-
On Windows.
env\Scripts\activate
-
On macOS and Linux.
source env/bin/activate
Now install the dependencies
pip install -r requirements.txt
Run the Application:
python manga.py
python manga.py
2 Enter the manga name when prompted.
3 Choose one of the following options:
Download entire manga series.
Download a range of chapters.
Download a single chapter.
4 Follow the prompts to specify the range or chapter number.
5 Choose whether to save images, pdf or a cbz file.
Thanks a lot for spending your time helping this Manga-Manhwa-Downloader grow. Thanks a lot! Keep rocking 🍻
Manga Scraper used this as the Repository as base of my project
This script is intended for educational purposes only. Use it responsibly and ensure compliance with the terms of use of the manga source.