A simple Python script to solve Wordle game
python wordlesolver.py
Type your guess in the following way (each guess must be 5 letters long)
- if letter is in the RIGHT position
example: A
- if letter is in a WRONG position
example: a
- if letter is NOT PRESENT in the word
example: .a
[ guess: a.fI.de ] -> wrong position[a, e] / right posotion[i] / not present[f,d]