Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willf/buzzkill
Every NYTimes spelling bee solved
https://github.com/willf/buzzkill
spelling-bee spelling-bee-solver word-games
Last synced: about 1 month ago
JSON representation
Every NYTimes spelling bee solved
- Host: GitHub
- URL: https://github.com/willf/buzzkill
- Owner: willf
- Created: 2021-01-03T19:06:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T13:50:21.000Z (about 1 year ago)
- Last Synced: 2024-12-01T13:45:15.793Z (about 1 month ago)
- Topics: spelling-bee, spelling-bee-solver, word-games
- Language: Python
- Homepage: https://willf.github.io/buzzkill/
- Size: 435 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buzzkill
Every NY Times spelling bee solved. For emergencies only.
## Usage
```./buzzkill ```
## Example
```./buzzkill "Vaehlny"```
Note that the required letter must be capitalized. The letters can be in any order. The NY Times word list isn't public, so the word list included is only an approximation, so some acceptable words will be missing, and some unacceptable words will be included. This word list contains racial slurs.
```
./buzzkill Vaehlny | tail
valley
valval
avellan
halavah
levelly
navally
venally
avellane
heavenly PANGRAM
lavalava
```Enjoy!