Metadata-Version: 2.1
Name: BulkImageResizer
Version: 1.0.1
Summary: Resizes any number of images, written to use in responsive front end web development
Home-page: https://github.com/suhrabjan/BulkImageResizer
Author: Suhrab Kurbanov
Author-email: sir.suhrab@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: Pillow

# BulkImageResizer

 BulkImageResizer automates image resizing and compression of any number of images in a folder. I developed this script to automatically resize and compress the images for responsive web development.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

* I have written this script in Python 3.
* Please install Pillow library with the following code on your terminal.
        ```
        $ pip install Pillow
        ```
        or
        ```
        $ easy_install Pillow
        ```
        For more information, please see [https://pypi.org/project/Pillow/2.2.1/](https://pypi.org/project/Pillow/2.2.1/)


### Installation

## Usage

## Version

## Authors

## License

## Acknowledgements


