In my quest to optimize my Wordle strategy I created a script in Python that takes a list of five letter words and does a bunch of statistical analysis. As part of this, I also created a Wordle simulation so that I can test each guess. I just finished the game script and now I can theoretically start to simulate thousands of Wordle games and find out which starter words are the best. The only problem is that I'm having too much fun playing the simulated Worlde game to finish the rest of the script