Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History

Duplicate files remover

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Duplicate Files Remover

This script removes duplicate files in the directory where the script runs.

Prerequisites

  • No external libraries are used
  • os
  • hashlib

How to run the script

Execute python3 duplicatefileremover.py

Screenshot/GIF showing the sample use of the script

Screenshot of the Output

Working

The script first lists all the files in the directory. It takes MD5 hash of each file, when hash of 2 files become same it deletes the file.

Author Name

Anandha Krishnan Aji