Skip to content

Commit 6d94c71

Browse files
committed
Update readme
1 parent 77f2ef9 commit 6d94c71

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# phodupe
1+
# phodupe
2+
3+
## What is it
4+
5+
A simple little python script that finds duplicate file names (without the extension) across two directories and gives the user the option to delete them.
6+
7+
## Why
8+
9+
I used this as an opportunity to begin learning python. It was created for a very very specific scenario and might not be too useful to anyone else.
10+
11+
## How do to install / run
12+
13+
(There are probobly better ways to run this, but i'm a python noob)
14+
15+
- Navigate to the folder you downloaded the git project to
16+
- cd \development\git\Phodupe\
17+
- Install the python script
18+
- python .\setup.py install
19+
- Run the script by passing two directories
20+
- python phodupe "C:\Users\NYPD\Desktop\OG Phone Walls" "C:\Users\NYPD\Desktop\2Delete"

0 commit comments

Comments
 (0)