Skip to content

Commit faeddd1

Browse files
author
Rami Janini
committed
Edited Readme.md
1 parent 57f93f6 commit faeddd1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

duplicate_files_remover/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Near Duplicate Files Remover
2+
A script that searches for duplicate files and delete them to save up storage.
23

34

4-
# Setup:
5+
6+
## Setup instructions
57
```
68
python pip install -r requirements.txt
79
python main.py
810
```
911

10-
# How is works
12+
## Detailed explanation of script, if needed
1113
After running the script, it crawls a given directory returning all the files in the directory, after that it generates a hash for every file
1214
and save them in a pandas dataframe hashtable. Then, The script looks for similar hashes in the hashtable and deletes all the files with the
1315
similar hashtable only keeping the original one.
16+
17+
## Author(s)
18+
19+
Rami Janini

0 commit comments

Comments
 (0)