Verse-A-Tility is the first real piece of software I ever built, at the 2019 Yale Hackathon, with Nalu Tripician and Sam Ephron. Verse-A-Tility is a python program that combs through a user's Spotify playlists and creates a playlist of their 10 most karaokeable songs. My contribution to this project was to write a webscraper that scraped the websites returned from the Google search for "Best Karaoke Songs" to acquire a list of most karaokeable songs. This was my first time using Python Selenium and regular expressions, which really proved a useful starting point as I have now written more webscrapers + regular expressions than I can count! One of these days I'll build it into a full web app.