Nicole's Wordle solver.
This program lets you put in what you know (letters in the word, letters not in the word, known letters) and outputs a list of possible solutions.
Run with "python3 wordle.py"
Run unit test with "python3 -m unittest *.py"
Install "english-words" and "pytest" using "pip install -r requirements.txt"