Description
Following the trend, my parents started playing the Wordle game. If you're not familiar, it's like the Mastermind board game but with words: there's a secret word you have to guess in at most 6 attempts. The letter is colored green if it's in the right position, yellow if it's in the word but not in the right position, and black if it isn't in the word. However, the guess must be a valid word, thus can't be some jibber jabber such as "jbkazs".
Instead of attempting to beat my dad's glorious 3 attempt guess, and instead of studying for my midterm, I spent the weekend implementing a Wordle Bot while learning about Python's webscraping capabilities with Selenium.
In hindsight, this probably wasn't the most efficient strategy... My midterm still went pretty well though! :)
For the full project, here is a link to the GitHub Repo.