Skip to content

nikhilkmr300/bee-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bee-solver

This simple script solves The New York Times Spelling Bee challenge. Check it out here.

How to use

Once you've cloned the repository to your machine, change into the bee-solver directory.

Run the script as

./bee.py

or

./bee.py -d <dict_path>

to use with a dictionary of your choice, where dict_path is the path to the dictionary. The dictionary must be a file containing alphabetical strings, each word on a new line.

Enter the center character first, then enter the remaining characters, at the respective prompts.

To solve today's live puzzle, run as

./bee.py -l

About

Solver for NYT's Spelling Bee game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages