Drawdle

If an error is displayed above, refresh the page. This is an issue with the external host.

Drawdle is an open-source tool you can use to find word combinations that generate specific designs when played on Wordle.

Simply press the desired squares to cycle through the colors, type in the answer for today’s Wordle, and hit Draw to generate a matching set of words.

Note that sometimes a particular pattern will have no matching words in the English language. When this happens, the row will remain blank. Try changing the pattern!

Built with Python, Flask, and JavaScript, utilizing Jinja2 for templating and hosted on PythonAnywhere. Implements an optimized prefix trie for efficient word matching and prioritization using the wordfreq library.