Recently I was playing with date formatting in python and wrote a little script which takes a json object full of upcoming dates, then shows a count down.
Running this in the terminal is easy, but I wanted a simple way to see the information without having to do that. I could have written a macOS app to add to the UI at some point, but swift is still a mess and I’m not going to go learn ObjectiveC just for this one. I had used PIL (more specifically pillow, the working rewrite) in the past through some other work, but figured it would be handy to learn it.
[Read More]
Santa’s here with presents!