Command-line Reference#

wordle-cheat#

Cheat on Wordle :(

Given your current guesses (WORDS) and their colors (COLORS), this utility prints a list of possible solutions in random order. If either WORDS or COLORS are not provided, wordle-cheater has you interactively enter your guesses.

COLORS must be a string of ‘b’, ‘y’, or ‘g’ characters, corresponding to black, yellow, and green, respectively.

WORDS and COLORS both ignore whitespace.

When interactively entering guesses, press space once before a letter to mark it as yellow, or press space twice to mark it as green.

Note that no-curses mode is poorly supported and may not work on your terminal.

wordle-cheat [OPTIONS] [WORDS] [COLORS]

Options

-p, --print, --no-print#

When interactively entering guesses, print guesses and solutions on exit.

Default

False

--rows <rows>#

Maximum rows of possible solutions to print.

Default

10

--cols <cols>#

Maximum columns of possible solutions to print.

Default

8

--simple-print, --no-simple-print#

Print all solutions, separated by a space. Useful for machine-parsing.

Default

False

--use-curses, --no-curses#

Use the Curses library for interactive input and output.

Default

True

Arguments

WORDS#

Optional argument

COLORS#

Optional argument