Skip to content

A-Akhil/Manga-Manhwa-Downloader

Repository files navigation

Overview

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.

Features

  1. Download entire manga series.
  2. Download a range of chapters.
  3. Download a single chapter.
  4. Option to save downloaded pages as images, pdf, cbz.
  5. 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

Usage

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 to all Wonderful Contributors

Thanks a lot for spending your time helping this Manga-Manhwa-Downloader grow. Thanks a lot! Keep rocking 🍻

Contributors

Acknowledgments

Manga Scraper used this as the Repository as base of my project

Disclaimer

This script is intended for educational purposes only. Use it responsibly and ensure compliance with the terms of use of the manga source.

Please support the development by donating.

BuyMeACoffee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages