Skip to main content

Asynchronous Python Wrapper For Mangandi

Project description

Mangandi - Python Package

Welcome to the Mangandi python package repository! 🐍

Overview

Mangandi is a super cool python package that allows you to easily work with videos and images. It provides powerful tools for image and video manipulation in Python.

Installation

You can install Mangandi via PyPI. Simply run:

pip install Mangandi

Support

Join our Telegram support group Support for any help or queries related to Mangandi.

Usage


from Mangandi import ImageUploader

k = "/path/to/your/file.jpg"
up = ImageUploader(k)
link = up.upload()
print(f"Image uploaded! {link}")

Sample pyrogram code

from Mangandi import ImageUploader

k = await message.reply_to_message.download()
up = ImageUploader(k)
link = up.upload()
print(f"Image uploaded! {link}")

Download files

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

Source Distribution

mangandi-1.0.5.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

Mangandi-1.0.5-py3-none-any.whl (15.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