Welcome to EzPIL! ==================================== A library built on top of PIL to easily edit images. .. toctree:: :maxdepth: 2 :hidden: :caption: Contents ez_pil/modules examples/index Installing ----------- Python 3.12 or higher is required. .. code-block:: pip install ez-pil Examples -------- A quick example for Discord bot integration. For more examples, check the :doc:`examples ` section. .. literalinclude:: ../examples/discord.py :language: python