mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-30 15:31:10 +00:00
18 lines
444 B
Markdown
18 lines
444 B
Markdown
# Duplicate Files Remover
|
|
|
|
Duplicate Files is removed by using this Python Script.
|
|
|
|
- It checks the MD5 Hash Value of the Files to check whether they are duplicate or not.
|
|
If they are duplicate they are removed.
|
|
|
|
# Tech Stack:
|
|
- Python
|
|
- MD5
|
|
|
|
# Requirements:
|
|
- Python above 3.7 version
|
|
|
|
# Demo of the Project:
|
|
|
|
https://user-images.githubusercontent.com/77090462/170878106-8b35f0ae-76c8-4dfd-bb41-2e324855e805.mp4
|