Help solving Wordle question with CLI.
Rust 1.59 or higher.
cargo install --git https://github.com/abekoh/wordle_helper
$ wordle-helper
wordle-helper 0.1.0
Help solving wordle question with CLI.
USAGE:
wordle-helper [OPTIONS]
OPTIONS:
-d, --dict-path <DICT_PATH> dictionary path
-h, --help Print help information
-m, --max-guess-count <MAX_GUESS_COUNT> number of answer you can guess [default: 6]
-V, --version Print version information
-w, --word-length <WORD_LENGTH> length of one word [default: 5]
If you use as default (words of length = 5, number of answer you can guess = 6), it's simple.
And you can download English words from dwyl/english-words automatically.
wordle-helper
You can configure some parameters.
wordle-helper -d ~/your-original-dict.txt -w 7 -m 10