Python script that finds suggestions for words in the word puzzle game wordle
Dependcies are handles using poetry. Written using python 3.10.1
- poetry install
Run the scipt wordsearch.py
- python3 wordsearch.py
- Need to implement a way to tell the program where known letter cant be. I.e. a yellow letter can not be in the position where it was found.