Metadata-Version: 2.1
Name: Mangandi
Version: 1.0.8
Summary: Asynchronous Python Wrapper For Mangandi
Home-page: https://github.com/Mishel-Tg/MangandiPro
Download-URL: https://github.com/Mishel-Tg/MangandiPro/blob/main/README.md
Author: mishel
Author-email: narutomalayalam@gmail.com
License: MIT
Project-URL: Tracker, https://github.com/Mishel-Tg/MangandiPro/issues
Project-URL: Community, https://t.me/XBOTSUPPORTS
Project-URL: Source, https://github.com/MangandiPro/HorridAPI
Keywords: python,HorridAPI,mrz_bots,telegram,WhatsAppbot
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# 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](https://t.me/XBOTSUPPORTS) 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}")
```

 
