juleskuehn / wordle-solver

A Wordle solver based on my intuition about what makes a good guess.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordle-solver

A logic-based, "hard mode" Wordle solver based on my intuition about what makes a good guess.

wordle-solver

Usage

Try it in-browser using the link below:

Binder

Select Run > Run All Cells from the menu. After a few moments, the focus will move to an interactive prompt which displays recommended words.

For testing it out, I recommend opening Wordle Unlimited in a new browser window. Type your guess into Wordle and the solver. Type the clues from Wordle into the solver. New recommended words will be displayed.

CLI usage

  • pip install pandas numpy
  • python wordle-solver.py

Flags

-a: Auto mode. Assumes you always accept the suggestion, so you don't have to type it out.

-v: Verbose. Shows top 5 guess options and their scores.

About

A Wordle solver based on my intuition about what makes a good guess.


Languages

Language:Jupyter Notebook 76.0%Language:Python 24.0%