Skip to content

Findm is a python script to find duplicate file copies in a given directory.

License

Notifications You must be signed in to change notification settings

sameera-madushan/Findm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Findm is a python script to find duplicate file copies in a given directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages