projects
Small tools I actually use. The list is short on purpose.
- json-chunkerPython
A helper that splits oversized JSON files into smaller chunks. I wrote it after hitting one too many files that would not fit in memory or in a tool that expected something reasonable.
Generates cover images for Spotify playlists and uploads them through the API. Purely for my own library. It was an excuse to play with the Spotify API and Pillow.