.. link: http://dgplug.org/summertraining/2013/posts/sheeshmohsin-dup_images-20130815.html .. description: .. tags: .. date: 2013/08/15 13:39:09 .. title: sheeshmohsin dup_images 20130815 .. slug: sheeshmohsin-dup_images-20130815 Objective ========= To write a python script to find duplicate images in different directories The code can be run by:- :: $ python dup_images.py <1st_dir_path> <2nd_dir_path> or, if made executable, :: $./dup_images.py <1st_dir_path> <2nd_dir_path> Description ----------- This script is useful in finding the duplicate images present in different type of directories, we have to enter the path of the directories as argument in the command line. Link ---- `click here `_ for the link of actual code.