Wordle

Command-line version of Wordle, along with an algorithm that helps find the daily Wordle's answer

Version of Wordle entirely playable within the command-line. Differently colored text may not show properly on Git; tested with PowerShell. Player can choose between 4, 5, or 6 letter words. All the words are ripped from their respective text file located in the repository. (“4c_word_list.txt”)

Includes another Python script, “fun_killer.py” which helps find the solution to a Wordle based on information you already know: letters that aren’t in the word, letters that are in the word with an unknown position, and letters that are in the word at a confirmed position.

Repository Link

Demo of command-line wordle being played. User input is entered after the colons on each line where one is present.
Demo of fun_killer script and how it can assist you find the answer of a Wordle.