Python bot that can guess the daily Wordle word correct 96.8% of the time
Python bot created with Selenium that can guess the daily Wordle word correct 96.8% of the time. It will log onto the wordle website and enter guesses until it gets it right. I tried a new algorithm works by guessing the five words: quick, brown, shady, cleft, gimps to see what letters in the alphabet are in the actual word. Most of the time, the bot is able to figure out all 5 letters in the word at this point. […]
Read more