Skip to main content

Manga downloader

Project description

# mangapy

Manga downloader supporting the following sources:

  • fanfox.net

  • mangapark.net

## Installation

` pip install mangapy `

## Usage

Downloads all Bleach chatpers inside the Downloads folder (from Fanfox source). ` mangapy bleach -a -o ~/Downloads `

Downloads Bleach chatper 1 inside the Downloads folder (from Fanfox source). ` mangapy bleach -c 1 -o ~/Downloads `

Downloads Bleach chatpers from 0 to 10 (included) inside the Downloads folder using MangaPark as source. ` mangapy bleach -c 0-10 -o ~/Downloads -s mangapark `

## Development

Install from local folder

` pip install . `

Install from local folder (editable mode)

` pip install -e . `

Install a local setup.py into your virtual environment/Pipfile:

` pipenv install -e . `

Run tests:

` pipenv run pytest `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mangapy-1.0.2.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

mangapy-1.0.2-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page