Thanks to visit codestin.com
Credit goes to github.com

Skip to content

seanfdnn/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Python-Based Wordle Solver

This small Python application will solve Wordle puzzles.

To run:

python main.py

Example usage:


    Sean's Wordle Bot

    Respond reply with unmatched letters with an asterisk, "*",
    letters matched, but not in the correct position as lowercase,
    letters matched and in the correct position as uppercase.

    I.e.
        Guess:    PANIC
        Response  *anI*


 Next best guesses: ['LATER', 'ALTER', 'ALERT', 'AROSE', 'IRATE']

Guess:    LATER
Response: ***er

 Next best guesses: ['PROSE', 'SPORE', 'ROUSE', 'SCORE', 'SNORE']

Guess:    PROSE
Response: *r*sE

 Next best guesses: ['SHIRE', 'SURGE', 'SERVE']

Guess:    SHIRE
Response: SHIRE
Congratulations!

About

A small Python application to solve Wordle puzzles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages