Skip to main content

mangakakalot.py

Project description

mangakakalot.py

mangakakalot unofficial python API
https://mangakakalotpy.readthedocs.io/en/latest/

usage

you can use this package like this:

python -m mangakakalot -l mangakakalot-link -c chapter-number -o pdf-output-file (optional)

or in a python project by importing it:

from mangakakalot import Manga as mg

toradora = mg.Manga("https://mangakakalot.com/read-gq3vy158504921722")
chapters = toradora.get_chapters()
chapters[-1].download_as_pdf("test.pdf")

required packages: requests, Pillow, BeautifulSoup4

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

mangakakalot.py-1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

mangakakalot.py-1.0-py3-none-any.whl (5.2 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