You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments