Skip to content

justinmitchelltech/wordle-solver

Repository files navigation

Wordle Solver

Isn't this cheating?

I willingly made the choice to use English word data that I dug up on the internet. NOT data from Wordle's list of words. I wanted to develop this system without any "insider" data or knowledge, so that's where I drew the line and defined my problem space.


Usage: 3 Steps

  1. Input ALL letters, in order, and resultant colors into input.txt in the following format:
    • g - green
    • y - yellow
    • k - black/grey

  1. Run script_get-possible-words.py after you enter each word to get recommendations for next word

  2. After running 2., output.csv will contain the recommended words, ranked by score, in the following format:


Refrences/Credits

  1. List of all English words
  2. 20,000 most common English words
  3. 3,000 most common English words
  4. Wordle Archive of past games (for testing)

About

Brute-force Wordle ✅ word recommender

Topics

Resources

Stars

Watchers

Forks

Contributors