A Jupyter notebook that helps me solve Wordle problems.
See wordle.ipynb for the current solution.
original.ipynbis the first notebook solution. Only kept for reference.wordle.dbis an SQLite database that has all the solutions.words_alpha.txtis a file containing over 300,000 English words. Wordle only uses five-letter words, so we use just over 15,000 of those words.