last updated: 9/1/22
There isn't much to say. I wrote a python program to upload classes from a downloaded html page from the school. Then I made it an html page.
One thing I did learn from this project was the advantages of the Web over python. Imagine the difficulty of sharing a python program with my friends... The easiest on their end would be an installer I create...
But, with the web, the UI is included, the latest versions of the APIs are loaded, all without any installation, all from just a link.
And - I don't need to do any bundling for an installer. If it works on my PC, it'll work on my friends PC. The Web is the ultimate answer for cross compatibility.