Skip to content
forked from jolly-hare/wordle

Get Wordle hints or simply reveal today's answer

License

Notifications You must be signed in to change notification settings

robertsjw/wordle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle

Get Wordle word hints or simply reveal today's answer

Wordle is available here: https://www.powerlanguage.co.uk/wordle/

I extracted the word lists from Wordle's javascript files on January 5, 2022 and include them here as separate text files. If the Wordle developers change their wordlists or the underlying game logic then this script has a good chance of misleading you.... but until then it'll work!

general usage

Modify the filtering list and regular expressions in lines 67, 71, and 74 to reflect your puzzle's progress in the form of grey (unused) letters, yellow (wrong position) letters, and green (correct position) letters. The script will output eligible words that meet those criteria.

today's answer

To reveal today's answer (based on your system's local time), set the line 79 show_me_the_answer variable to True

letter frequency

To display the word lists' letter frequencies and some suggested high scoring words, set the line 80 calc_freqs variable to True

edit_distance

Calculate the Levenshtein edit-distance between two words: the answers and the wordlist

About

Get Wordle hints or simply reveal today's answer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%