Money Flow: Personal Finance

🦑 Get it at https://gitlab.com/pyfynn/moneyflow I made this spreadsheet to keep track of where my money is coming from and disappearing to: It’s so simple that I’m actually updating it and am gaining valuable insight to my personal finances. Do you also find yourself in need of such a thing? Then check it out at: https://gitlab.com/pyfynn/moneyflow

October 11, 2024

Neat Photo Import

🦑 Find it on GitLab here Not wanting to open Lightroom, Darktable or other photo library apps to simply import/copy photos from my camera’s memory card, I wrote a script to fetch photos’ date-taken time stamp and copy them into a date-labelled folder structure: photoName.cr2 → YYYY/MM-DD → 2020/10-01/photoName.cr2 This admittedly simple task ended up also helping with re-organizing messy photo folders and turned out to be an interesting journey through the exiftool docs, running Python subprocesses and dealing with character encodings. ...

November 9, 2021