Simple Python script to convert a Google Sheet's CSV output into an HTML table.
The iframe we had previously been using to display our timeline Google Sheet had some accessibility problems, and I also just generally wanted pure HTML. Nothing seemed to exist to do this very simple task though, because of course not, so I had to write it.