Skip to content

Solves the Letter Boxed puzzle from the New York Times.

License

Notifications You must be signed in to change notification settings

knurl/nytletterboxed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nytletterboxed

Solves the Letter Boxed puzzle from the New York Times.

usage: nytletterboxed.py [-h] [-l LETTERS] word_list

Find NYT LetterBoxed solutions. Valid solutions are two words, wherein the second word begins with the last letter of the first.

positional arguments: word_list Path to your English dictionary. Needs to be a plaintext list of words, separated by newlines. Doesn't have to be sorted.

options: -h, --help show this help message and exit -l LETTERS, --letters LETTERS The allowed letters, in clockwise order, e.g.: tnlihawrudof. If you don't specify this option, a randomset of letters will be selected.

About

Solves the Letter Boxed puzzle from the New York Times.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages