removedupes

Remove all duplicate files from a directory, fast


Keywords
remove, files, duplicate, duplicates, dupes, dupe, directory
License
MIT
Install
pip install removedupes==1.0.1

Documentation

removedupes

Remove duplicate files from a directory, fast

Files will be compared by size, then by first (1024) chunk hash, then by full hash

Install

pip install removedupes

Format

from removedupes import removeDuplicates

removeDuplicates(directory)