Wordle Helper

January 2022
Simple Command Line Interface Tool to help with Wordle. Users enter their guesses and Wordle's response, and the program will list all possible remaining words the solution can be, and repeat until solved. The algorithm is quite simple, it just follows the logic of Wordle and eliminates words based off of correct or voided letters and positions.
PythonCLI
