A program to beat my friends in wordle.
wordle_solver.py contains all the final code for solving wordle.
valid-words.txt contains all valid wordle words. Credit to Sean Patlan where I found this csv of valid wordle words which I turned into a txt file.
first_word_stats.csv contains saved data from computing the best first word (takes a bit too long for normal play).