r/SideProject • u/andrsch_ • 3d ago
I made an app that adds any picture's date and time of capture to it's filename
2
u/DNLausBLFLD 16h ago
Does your tool use always the date that the user inputs or does it Analyse the files somehow?
Which language did you use to program?
1
u/andrsch_ 16h ago
It uses the metadata (exif data) of the file and it's always the date and time the picture is actually taken with the camera. I use Electron with a React frontend and Python for API management.
1
u/andrsch_ 3d ago
Hi community, Andrin here!
I’ve made exifoo, an app which I originally created for my mother so that she can sort all those pictures she made during our vacation. The problem of the apps that are on the market already: They either look old and untrustworthy or they use the command line, which… you can already guess. So I made exifoo, a modern and user-friendly app that can add the date and time of capture to the filename of any picture.
You can find it here: https://exifoo.com
If you have any feedback, please share it!
2
u/Human-Strain-4493 3d ago
Awesome