Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 240 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 240 Bytes

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