Skip to content

🐝 Solve NYT's Spelling Bee! (using the lexicon)

Notifications You must be signed in to change notification settings

tecandrew/spellingbee-nyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐝 Solve for the NYT Spelling Bee game!

./spellingbee.py --help
usage: spellingbee.py [-h] [required_letter] [allowed_letters]

🐝 NYT Spelling Bee solutions' finder!

positional arguments:
  required_letter  required letter (default: u)
  allowed_letters  allowed letters (in any order) (default: iptnea)

optional arguments:
  -h, --help       show this help message and exit

Example

./spellingbee.py l tyiocd
OK - locked n' loaded! πŸ”«
OK -cross checking N possible words: 370106
INFO - attempting to find solutions...
INFO - allowed letters: ['t', 'y', 'i', 'o', 'c', 'd']
INFO - required letter: l
🐝 - DONE! Here are your possible answers:
        cycl - 1 points
        cyclic - 6 points
        cyclicity - 9 points
        ...
        ditolyl - 7 points
        docility - 15 points            <- is a pangram!
        ...
        tolly - 5 points
        tolt - 1 points
        tool - 1 points
OK - found 144 possible words! 4 are pangrams!
OK - estimated total score: 642

About

🐝 Solve NYT's Spelling Bee! (using the lexicon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages