Skip to content

dillpogckle/nyt-letter-games-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYT Letter Games Helper

NYT Letter Games Helper is a repository containing Python scripts designed to assist with solving the Spelling Bee and Letter Boxed games featured in the New York Times. These scripts can be executed in the Terminal and require user input of letters. They then provide words that can help solve the games. Additionally, there are plans to develop a Wordle-specific solver in the future.

Usage

Simply clone the repository:

$ git clone https://github.com/dillpogckle/nyt-letter-games-helper.git 

Then navigate to the cloned repo and run desired script:

$ cd nyt-letter-games-helper
$ python spellingbee.py

or

$ python letterboxed.py

Note: Depending on your system configuration you may need to use 'python3' instead of 'python' on the command line.

Sources

The dictionary for this project was provided by github user Redbo from their scrabble repo. The link for that repo is here.

Contributions

Contributions, bug reports, and feature requests are welcome! Feel free to submit a pull request or open an issue on GitHub. I am currently working on making the Letter Boxed helper more within the Letter Boxed game constraints.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages