I was working on a huge data restore which left me with 500 GB of data in around 5000 directories. I wrote this little python script to rip all the files into a single directory so I could export to a drive and find files more easily.
Huh, fun idea, but 5000 folders into one would be like chopping a forest down then looking for one of the leaves? Would it actually be easier to find anything, or would you later sort the files back into fewer folders later?
While I get naming the folders, this was for a user who is less advanced who simply needs to be able to click the sort at the top of windows, wait a bit and then find the particular file types.
Otherwise I would have just sent them the pile of res## folders.
Either way, it’s a project someone can modify to their uses which is the only reason I shared it.