duplicate-finder icon indicating copy to clipboard operation
duplicate-finder copied to clipboard

Simple python tool to find exact file and folder duplicates on your computer and drives.

duplicate-finder

Simple python tool to find exact file and folder duplicates on your computer and drives.

Simply run:

python3 find_duplicates.py folder1 folder2 folder3 ...

Tests

Run tests with

pytest test.py