A simple solver for wordle in python
Wordle: https://www.powerlanguage.co.uk/wordle/
Word source: https://github.com/dwyl/english-words
- Run the program with
python ./main.py - Enter your current gues sin the from *a*b*, where the letters are the confirmed letters/positions, and * are the unknown letters.
- The program will output possible solutions
- Set up automatic character exclusion when known to not be in the word
- Set up better parsing when letters are known to be in the word, but not their position