Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.35 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.35 KB

Findm - Duplicate Files Finder

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.

Findm without duplicate files 👇

Findm with duplicate files 👇

Git Installation

# clone the repo
$ git clone https://github.com/sameera-madushan/Findm.git

# change the working directory to Findm
$ cd Findm

Usage

python findm.py

Support & Contributions

  • Please ⭐️ this repository if this project helped you!
  • Contributions of any kind welcome!

License

Findm is made with ♥ by @__sa_miya__ and it is released under the MIT license.

References

https://stackoverflow.com/a/36113168/13276219