Skip to content

A Jupyter notebook to document how I solve Wordle puzzles

Notifications You must be signed in to change notification settings

chemotaxis/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Notebook

A Jupyter notebook that helps me solve Wordle problems.

See wordle.ipynb for the current solution.

Other files

  • original.ipynb is the first notebook solution. Only kept for reference.
  • wordle.db is an SQLite database that has all the solutions.
  • words_alpha.txt is a file containing over 300,000 English words. Wordle only uses five-letter words, so we use just over 15,000 of those words.

About

A Jupyter notebook to document how I solve Wordle puzzles

Resources

Stars

Watchers

Forks