Serverize is a little tool I’ve made to help me test stuff I make. Better explained here on github.
Month: October 2022
Scores!
Scores is a little app I quickly wrote to scrape musical sheets from the internet and to assemble them in a single PDF ready to be downloaded.
Behind the scenes it uses Python-driven Selenium webdrivers to do the scraping and a combination of carefully crafted hacks to make it talk with the frontend. Security was taken into (some) consideration whereas scalability was not – it only handles one request at a time for now.
Intended for (my) personal use only.