Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Wordle Helper
screenshot of a wordle_helper sample run

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.