Skip to content

thomassantosh/wordle-solver

Repository files navigation

wordle-solver

Wordle is addictive, but time-consuming.

Humans make tools to aid them in problem-solving. While having a tool to solve Wordle faster robs some of the pleasurable cognitive load of finding an answer, at times, expediency matters more. This code leverages the dictionary from this source.

There are two main files: one, the mock_wordle.py which is a mock implementation of Wordle and two, solver.py which is the tool to aid anyone working through the daily Wordle.

The mock_wordle.py file will randomly select a five-letter word and work through the typical Wordle responses.

The solver.py is an aid to working through the daily Wordle puzzle.

No third-party libraries used. Just standard features of Python 3.10.

About

Some code to suggest words to solve Wordle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published