Skip to content

9qUmV4/wordle-bot

Repository files navigation

Wordle bot

This is a small script which aimes to half automate the game wordle. We hacked it toghether in the lunch break, so don't expect anything.

To get started run:

python3 -m build
python3 -m wordleBot

Help page:

python3 -m wordleBot --help

Game Links

Links to some wordle games: Wordle - The New York Times Wordle Game - Play Unlimited Wordle Archive - Play Older and Next Games

Development cheat sheet

And to edit source code and test it:

pip install -e . 

The english word list we used is this and the german wordlist this

Improvements

  • Downvote words with duplicate letters, because words like "sissy" get a good probability, but are bad to get new information.
  • Imput checking: If feedback on duplicate letter is ambiguis (e.g. gray and yellow)

About

This is small script which searches through a word list to solve wordle challanges.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages