wordle-solver

A very simple python script to solve (bruteforce) wordle.

screenshot

This app has a solve rate within the very high 90% - probably 98%, and most of the time loss is simply down to human input error or occasionally words not existing in the dictionary, otherwise, it generally destroys, I mean, solves, wordle, very nicely :)

Interesting game variations

Installation (docker container)

docker create --name wordle-solver -p 8080:8080 ghcr.io/jamesread/wordle-solver

Installation (local)

Pip install the dependencies;

pip install enwords
pip install wordfreq

Run

./wordle-solver.py