Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 412 Bytes

WordleSolver

Python script that finds suggestions for words in the word puzzle game wordle

Instalation

Dependcies are handles using poetry. Written using python 3.10.1

  • poetry install

Usage

Run the scipt wordsearch.py

  • python3 wordsearch.py

TODO:

  • 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.