Metadata-Version: 2.1
Name: PIL-Tools
Version: 0.1
Summary: An extension module for Pillow to add functions that help simplify some processes.
Home-page: https://github.com/stshrewsburyDev/PIL-Tools
Author: Steven Shrewsbury
Author-email: 
License: MIT
Description: PIL-Tools
        =========
        ##### Created by Steven Shrewsbury (stshrewsburyDev)
        
        [![python-version](https://img.shields.io/pypi/pyversions/PIL-Tools.svg)](https://pypi.python.org/pypi/minesweeperPy)
        [![version](https://img.shields.io/pypi/v/PIL-Tools.svg)](https://pypi.python.org/pypi/minesweeperPy)
        
        An extension module for [Pillow](https://github.com/python-pillow/Pillow "Pillow GitHub repo") to add functions that help simplify some processes.
        
        Notices:
        -------
        * This module is still a work in progress, I plan to more features in the future but please don't expect quick updates as I have college work, personal life and other projects I work on at the same time as this one.
        * This module was designed to be used with Pillow (the fork of PIL) and not the original PIL module, chances are this module will not work with it.
        * This module was designed for Pillow 8.1.0 but may work with older versions, use at your own risk however.
        
        Installation:
        -------------
        
        ###### Install with pip:
        ```
        pip install PIL-Tools
        ```
        
        ###### Update with pip:
        ```
        pip install PIL-Tools --upgrade
        ```
        
        ###### Install from source:
        ```
        python setup.py install
        ```
        
        Links:
        ------
        * [GitHub repo](https://github.com/stshrewsburyDev/PIL-Tools/)
        * [PyPi project page](https://pypi.org/project/PIL-Tools/)
        * [My website](https://stshrewsburydev.github.io/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
