
Python Image sorter
2019
Programmer
Python
This little script recursively runs through all photos in the current folder, and then sorts them into year / date folders based on the images exif data.
2019
Programmer
Python
This little script recursively runs through all photos in the current folder, and then sorts them into year / date folders based on the images exif data.
My grandfather provided me with the perfect opportunity to create an image-sorting python script. He almost always saved his images in new folders nested inside the previous ones. For instance a new photo of a grand-daughter would go straigt into Documents > Canon folders > peters birthsday > simons birthday > grandchild.png. It was the perfect way to practice recirsive file system actions.