Skip to content

Help solving Wordle question with CLI. Built with Rust.

License

Notifications You must be signed in to change notification settings

abekoh/wordle_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle_helper

example workflow

Help solving Wordle question with CLI.

Demo

Requirement

Rust 1.59 or higher.

Install

cargo install --git https://github.com/abekoh/wordle_helper

Usage

$ 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

About

Help solving Wordle question with CLI. Built with Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages