Metadata-Version: 2.0
Name: imagecleaner
Version: 0.4.1
Summary: Remove duplicated images from a path
Home-page: https://github.com/Kjwon15/image-cleaner
Author: Kjwon15
Author-email: kjwonmail@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Kjwon15/image-cleaner/releases
Platform: UNKNOWN
Requires-Dist: Pillow (>=2.6.1)
Requires-Dist: appdirs (>=1.4.0)

Image Cleaner
=============

Remove duplicated images from a path.


Installation
------------

You can install image cleaner using pip.

.. code-block:: console

   $ pip install imagecleaner
   # or install master branch
   $ pip install git+git@github.com:Kjwon15/image-cleaner.git


Usage
-----

It's just simple one command!

.. code-block:: console

   $ image-cleaner <path>


Reference
---------

http://blog.iconfinder.com/detecting-duplicate-images-using-python/


License
-------

Image Cleaner is following MIT license.


