Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 337 Bytes

wordle

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"