Terminaldle
Wordle in the terminal! You can play multiple modes, including -- but not limited to -- today's and archived Wordles, and Pass&Play against a (nerdy) friend.
Simply run TERMINALDLE.PY with Python, and you're set! The --HELP argument shows this page:
-H --HELP /? -? Exit the program and provide this screen.
-HTP --HOW-TO-PLAY Exit the program and display a how-to-play screen.
-U --UNFAIR Makes any guessable word a possible answer. Only matters in marathon and infinite modes.
-L --LINKS Exit the program and display links to the Wordle sub-websites, including help and solution sites.
-A --ATTEMPTS Change the number of maximum attempts to make it easier or harder. Default is 6.
-M --MODE Select your mode.
-HM --HARD-MODE Enables hard mode. Correct letters must be in the same place every subsequent guess, and letters that are in the word must be included.
OPTIONS:
(I)nfinite
New (Y)ork Times today
(A) Wordle from the NYT Archives
(P)ass&Play
(M)arathon
-KBH --KEYBOARD-HISTORY Doesn't clear the contents of previous word's keyboards.
-K --KEYBOARD Select a keyboard to display during the game. Default is ABC.
OPTIONS: (In order of)
ABC The alphabet.
QWERTY A QWERTY keyboard
AZERTY An AZERTY keyboard
WORKMAN A workman keyboard
FREQ Frequency of the letters in English
NONE No keyboard display
-C --COLOURS Changes the colour modes the game runs in.
OPTIONS: (COLOUR=COLOR=COL, HIGH=HI, 256-COL=256COL)
CLASSIC The normal colour scheme of the game. All correct and same as the website.
8-COLOUR For terminals that only support 8 colours. Not recommended unless needed.
256-COLOUR For terminals that only support up to the 256 colour palatte.
HIGH-CONTRAST Increases vibrance of the colours to make them easier to see in a terminal.
NYT-HI-CONTRAST Adds the official high contrast colour palatte of Wordle.
Type 'QUIT' while the program's running to exit.
Arguments do not have to be capitalized.
If colours are not displaying properly, try the colours option.