Skip to content

clauswer/wordlesolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordlesolver

A Pythonscript that helps solving wordls

I know, I am very late to the party. This is just a small, fun python project for my own training purposes.

For now, you have to load a list of all the possible words as a class. With the class-methods, you can filter the list, depending on your wordl-results:

  • remove all words containing certain characters (the gray ones): nope()
  • keep all words containing certain characters, but remove words with the character at a certain position (the yellow ones): somewhere()
  • keep all words with characters at a certain position (the green ones): nailedit()

The method-names are "inspired" by the heise nerdle (here the github repository)

Future improvements

  • show best candidate, based on the most hints the useage of this word would give
    • determine for every word in the actual candidates list it's similarity to every other word on that list
    • the best candidates are the one with the highest similarity values over all, either as mean, median or standard deviation (?)
    • if there are more than one candidates with the same overall similarity value, pick one randomly
  • insert next candidate into used wordle-page
  • load results from used wordle-page
    • and thus have a fully automated solving process ;o)

About

A Pythonscript that helps solving wordls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages