An open API service indexing awesome lists of open source software.

https://github.com/zeyadetman/removeduplicatefiles

Remove Duplicated files
https://github.com/zeyadetman/removeduplicatefiles

Last synced: 7 months ago
JSON representation

Remove Duplicated files

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.