Using python to separate files on local drive
I have several image/files on my computer. All of which start like this 1214455.jpeg
Each image is either a cat or a dog. The digits is a serial number that can be found in the database.
I want to separate images for cat and dog, and place them into two separate folders.
Every image has a name, which is the same serial number.
I want to be able to use a tuple of serial number / names as string to find the names of cats and dog. Then separate them.