mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
DuplicateFileRemover.py | ||
README.md |
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