Metadata-Version: 2.1
Name: easy-pil
Version: 0.3.0
Summary: A Python library built on top of PIL to easily edit/modify images
Home-page: https://github.com/shahriyardx/easy-pil
Keywords: easy-pil,easy pillow,Pillow,image editing
Author: Md Shahriyar Alam
Author-email: mdshahriyaralam552@gmail.com
Requires-Python: >=3.8.1,<3.12
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: aiocache (>=0.12.1,<0.13.0)
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: pillow (>=9.5.0,<10.0.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.5.0,<5.0.0)
Project-URL: Documentation, https://easy-pil.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/shahriyardx/easy-pil
Description-Content-Type: text/markdown

# Easy PIL
![Lint-Test](https://github.com/shahriyardx/easy-pil/actions/workflows/lint-test.yml/badge.svg)

A Python library built on top of [PIL](https://github.com/python-pillow/Pillow) to easily edit/modify images.

## Getting Started
Using this for the first time? Here are some links to help you get started.

- Read the [docs](https://easy-pil.readthedocs.io/en/latest/)
- First steps [Introduction](https://easy-pil.readthedocs.io/en/latest/pages/intro.html)
- Integrate in a [Discord bot](https://easy-pil.readthedocs.io/en/latest/pages/discordbot.html)
- Some premade [Examples](https://github.com/shahriyardx/easy-pil/tree/master/examples)
- [Report bugs](https://github.com/shahriyardx/easy-pil/issues/)

## Get help
- Ask us in our [Discord server](https://discord.gg/fVzt5THTNb)
- Watch [Youtube Tutorials](https://www.youtube.com/playlist?list=PLb_oBhGqAlbT4yVqV0TSXggA8b0lZhGhn)

