Skip to content

CreepyMemes/WordleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordleSolver

A simple Python script to solve Wordle game

How to use WordleSolver? image

Run the script in the same directory that contains words.txt

python wordlesolver.py

Type your guess in the following way (each guess must be 5 letters long)

UPPERCASE

  • if letter is in the RIGHT position
example: A

lowercase

  • if letter is in a WRONG position
example: a

(.letter)

  • if letter is NOT PRESENT in the word
example: .a

Sample input

[ guess: a.fI.de ] -> wrong position[a, e] / right posotion[i] / not present[f,d]

About

A simple script to solve Wordle game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages