python-scripts/scripts/Duplicate File Remover/README.md

18 lines
444 B
Markdown
Raw Normal View History

2022-10-10 19:42:31 +00:00
# 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