Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smolgroot/findwords
- Owner: smolgroot
- License: mit
- Created: 2024-02-18T20:32:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T01:50:19.000Z (10 months ago)
- Last Synced: 2024-02-22T02:38:37.656Z (10 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```