LpCodes / Duplicate-Files-Remover

This Python script removes duplicate files from a given directory. It prompts the user to select a folder and then uses the MD5 hashing algorithm to check if any files have the same hash value. If it finds duplicate files, it deletes all but one of them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LpCodes/Duplicate-Files-Remover Stargazers