https://github.com/sysread/wordsetc
Scrabble word solver for personal use
https://github.com/sysread/wordsetc
Last synced: 7 months ago
JSON representation
Scrabble word solver for personal use
- Host: GitHub
- URL: https://github.com/sysread/wordsetc
- Owner: sysread
- License: mit
- Created: 2023-06-27T18:50:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T22:36:33.000Z (about 2 years ago)
- Last Synced: 2025-07-14T11:02:19.408Z (7 months ago)
- Language: Elixir
- Size: 3.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/sysread/wordsetc/actions/workflows/cicd.yml)
# Words, Etc.
Words, Etc. is a simple, stateless Scrabble solver built with Phoenix and
Elixir. It allows users to input a set of letters and provides possible word
solutions, each grouped by the number of letters, complete with definitions and
Scrabble scores.
## Setup
Clone the repository:
```
git clone https://github.com/sysread/wordsetc.git
```
To start the Words, Etc. application:
```
mix ecto.setup
mix phx.server
```
## Usage
Just enter your letters in the provided input field and press `Solve!`. The
application will return a list of possible words, each grouped by the number of
letters. For each word, the application provides its definition and Scrabble
score.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)