Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smolgroot/findwords

Find all words from the dictionary based on a list of letters
https://github.com/smolgroot/findwords

Last synced: about 1 month ago
JSON representation

Find all words from the dictionary based on a list of letters

Awesome Lists containing this project

README

        

# findWords

Find all dictionary words based on a list of letters

## From CLI (using `click`)

```bash
python cli.py
```

## Exposing a web endpoint (using `flask`)

```bash
python main.py
```

then use

```
curl http://127.0.0.1:5000/?letters=oustpa
```