dawidLubcz / duplicates

Python script for removing duplicated files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duplicates

Simple python script for removing duplicated files. Program calculates md5sum for all found files and based on that finds duplicates. The script indexes files from the root directory and all subdirectories.

Script arguments:

  • -r / --root ; root directory, starting point for the script
  • -d / --delete ; if provided script will delete duplicated files

Usage

python3.8 duplicates.py -r /path/to/your/data

About

Python script for removing duplicated files.

License:MIT License


Languages

Language:Python 97.0%Language:Dockerfile 3.0%