Utitlities for cheating on Wordle :(
I created wordle-cheater
because I often like to do a post-mortem on the day's Wordle
and see how the possible solutions changed with my guesses. If you use this to
actually cheat on Wordle, you go straight to the naughty list.
Install with pip or pipx:
$ pipx install wordle-cheater
Requires Python >=3.7, <4.0.
Invoked without arguments, wordle-cheater
allows you to interactively enter your
guesses. Alternatively, you can specify your guesses on the command line like so:
Note that we use "b" (for "black") for letters that don't appear in the solution - not "w" for "white". Throughout this project, we assume you are using dark mode.
See
$ wordle-cheater --help
for more information and options.