Metadata-Version: 2.1
Name: Mangandi
Version: 1.0.11
Summary: Python Wrapper For Mangandi
Home-page: https://github.com/Mishel-07/MangandiPro
Download-URL: https://github.com/Mishel-07/MangandiPro/blob/main/README.md
Author: Mishel
Author-email: mishel@gmail.temb
License: MIT
Project-URL: Tracker, https://github.com/Mishel-07/MangandiPro/issues
Project-URL: Community, https://t.me/XBOTSUPPORTS
Project-URL: Source, https://github.com/Mishel-07/MangandiPro
Keywords: python
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

>Please note that this project is no longer being maintained. If you are looking for an alternative, it would be advisable because we lack the funds to continue maintaining it. If you wish to make a donation, please visit the
Telegram group [Group](https://t.me/XBOTSUPPORTS).

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}")
```

