Findm is a python script to find duplicate file copies in a given directory.
Findm search the duplicates by computing a hash for every file while considering several other factors. This script is able to find duplicate images, documents, videos and audio files. However, when it comes to audio files, simillar audio files with different bitrates will not be identified as duplicates from this script, because different bit-rates will produce different checksums.
# clone the repo
$ git clone https://github.com/sameera-madushan/Findm.git
# change the working directory to Findm
$ cd Findm
python findm.py