Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 447 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 447 Bytes

Image Cleaner

Remove duplicated images from a path.

Installation

You can install image cleaner using pip.

pip install imagecleaner
# or install master branch
pip install https://github.com/tribela/image-cleaner.git

Usage

It's just simple one command!

image-cleaner <path>

Reference

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

License

Image Cleaner is following MIT license.