Skip to content

allen-n/word-game-solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solvers for wordgames

Solvers for popular word games

Spelling Bee Solver

A solver for the NYT SpellingBee game.

Usage

The script requites python 3.6+.

# Install dependencies
$ pip install -r requirements.txt

# Run the script
$ python spellingBeeSolver.py --letters <a,b,c,d> --target <a>

Where [letters] is a comma seperated list of this week's letters, and [target] is the letter that must be included in each word

winningWords.txt is the file returned by the script, with all possible acceptable words listed. Pangrams (if any) are listed first.

Notes

The solver uses the word list from List Of English Words . This isn't the word list the NYT uses, so some words may not match, but this word list seems to be a superset of the one the NYT uses.

About

Solvers for popular word games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages