An open API service indexing awesome lists of open source software.

https://github.com/pythoncoderunicorn/spellingbee

solve NYT spelling bee using regular expressions
https://github.com/pythoncoderunicorn/spellingbee

Last synced: about 2 months ago
JSON representation

solve NYT spelling bee using regular expressions

Awesome Lists containing this project

README

          

# spelling Bee
solve NYT spelling bee using regular expressions

![NYT Spelling Bee](nyt-spellingbee.png)

## How to use the function

Use all 7 letters in the possible letters including the one in the center.
You can add `%>% view()` at the end of the function to view all possible
words.

```
spellingBee(possible_letters = "GANIMCP", req_letter = "P")
```