Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tribela/image-cleaner
Remove duplicated images from a path
https://github.com/tribela/image-cleaner
Last synced: about 2 months ago
JSON representation
Remove duplicated images from a path
- Host: GitHub
- URL: https://github.com/tribela/image-cleaner
- Owner: tribela
- License: mit
- Created: 2014-10-24T07:06:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T06:46:20.000Z (10 months ago)
- Last Synced: 2024-05-05T07:22:42.842Z (8 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 23
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Cleaner
Remove duplicated images from a path.
## Installation
You can install image cleaner using pip.
```sh
pip install imagecleaner
# or install master branch
pip install https://github.com/tribela/image-cleaner.git
```## Usage
It's just simple one command!
```sh
image-cleaner
```## Reference
http://blog.iconfinder.com/detecting-duplicate-images-using-python/
## License
Image Cleaner is following MIT license.