Searches a given directory for images, deleting any duplicates.
GUI and CLI versions.
Developed in Python 2.7.11
- PIL (run "pip install Pillow" from desired command line)
- Clone repo and run program with python IDLE
- Select folder which contains possible duplicate images from pop-up window (N.B. does not iterate into nested folders)
- Let the magic happen
- The number of duplicates found and deleted will print to the console
- Clone repo and run with your chosen command line (tested on Windows Command Prompt v. 6.3.9600)
- Either provide the desired folder as a parameter or without in order to use the current working directory of your CLI
- Follow the instructions that appear. It allows you to confirm the folder before going ahead
- Allow to run
- The number of duplicates found and deleted will print to the console