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.

wordle

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. It will take the letters in the order it received them, unscramble them, and add any word it creates with that criteria to a list of possible answers. Words are then removed from the list if they do not meet the following

 

 

 

To finish reading, please visit source site