/duplicate-finder

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

Primary LanguagePython

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