Simple program for solving the Wordle game.
git clone https://github.com/meownoid/wordle-solver
cd wordle-solver
python -m solver
random
– randomly suggests words that satisfy all constrainsmax-diff
– ranks words based on their difference with all other words that satisfy all constrains