jamesread / wordle-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 50.0%Language:JavaScript 34.0%Language:CSS 9.4%Language:Dockerfile 3.5%Language:HTML 3.2%