Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 313 Bytes

wordle_bot

This is just a simple Python program to solve Wordles using the Ubuntu system dictionary

How to use

Run in bash terminal using:

python3 wordmake.py

It will then make a guess, and it will ask whether a letter is green, yellow, or black.
It will continue to guess until it gets five greens.