Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzimbel/wordle_helper
A command-line script that finds valid Wordle words given your guesses so far.
https://github.com/jzimbel/wordle_helper
Last synced: about 1 month ago
JSON representation
A command-line script that finds valid Wordle words given your guesses so far.
- Host: GitHub
- URL: https://github.com/jzimbel/wordle_helper
- Owner: jzimbel
- License: mit
- Created: 2022-10-08T18:23:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T23:04:10.000Z (6 months ago)
- Last Synced: 2024-11-30T10:12:32.021Z (about 1 month ago)
- Language: Elixir
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle Helper
A basic interactive command-line tool that finds valid Wordle words given your guesses so far.
The script can help with [English Wordle](https://www.nytimes.com/games/wordle/index.html) and [Spanish Wordle](https://lapalabradeldia.com/).
Requires Elixir 1.12 or later. Also make sure the dictionary files are in the same directory as the script.
Run it with:
```sh
$ elixir wordle_helper
```or simply:
```sh
./wordle_helper
```Enter the command `h` (or `help`) to see a list of available commands.
Enter `q` to exit.