Skip to main content

Download your anime

Project description

PyPI

Download animes

Download any anime from the web with only one command in your PC.

Instalation

Execute command:

pip install dwanimes

To use CLI

dw-animes --help
dw-animes dw spy-x-family 1

To use library

import pydwanimes

# Directory to save animes
directory = "/home/my-user/Videos"

# Compose optional loading class
loading = pydwanimes.loading.tqdm_loading.TqdmLoading()

# Compose site class
config = {
    "directory": directory,
    "loading": loading,
}
site = pydwanimes.sites.anime_fenix.AnimeFenix(config)

# Download anime chapter
site.download_multimedia("spy-x-family", 1)

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

dwanimes-0.1.7.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

dwanimes-0.1.7-py3-none-any.whl (11.5 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