Skip to content

mdnurahmed/wordle-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-helper

This is a python script to help solving wordle game

5-letter-word-finder.py finds all the 5 letter word from a text file "english3.txt" .

suggester.py suggests next possible word and keeps improving suggestion by processing feedbacks.

  • A feedback is a 5 letter word consisting of R,G,Y.
    • R means the letter is not present .
    • Y means the letter is present but not at that position .
    • G means the letter is present and in that exact position.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages