https://github.com/zeyadetman/removeduplicatefiles
Remove Duplicated files
https://github.com/zeyadetman/removeduplicatefiles
Last synced: 7 months ago
JSON representation
Remove Duplicated files
- Host: GitHub
- URL: https://github.com/zeyadetman/removeduplicatefiles
- Owner: zeyadetman
- Created: 2017-06-19T18:31:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T21:04:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T15:53:18.085Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RemoveDuplicateFiles
Remove Duplicated files.## How it works?
the program takes the file path from user, then calculates its sha-256 hash, then takes the folder path from user to search in and start search for files with the same sha-256.## Installation:
1. install python 3.x from [here](https://www.python.org/downloads/)
1. create a new .py file and copy the source code into it.
1. run script.## To contribute:
1. [ ] the folder path include sub-folders.
1. [ ] add more features.