Desktop and Web Applications Built From Scratch
Two tools I built to solve problems I kept running into myself. One packages photos into ready-to-post Instagram carousels. The other tracks where every hour of my day actually goes. Both started as one-off scripts and grew into full applications: one in Python with a native GUI, one in plain JavaScript running entirely in the browser.
A desktop app for producing Instagram carousel slides. Load a batch of images, pick a theme (Lifestyle, Corporate, Creative, Robot Learning, and more), add text layers, and export, all from a live canvas preview built with CustomTkinter and Pillow.
A single-file web app for logging how every hour of the day actually gets spent. There's no server; everything lives in the browser's localStorage.