Skip to content

Instantly share code, notes, and snippets.

View sillyfellow's full-sized avatar
:octocat:
Why be normal?

Sandeep Sadanandan sillyfellow

:octocat:
Why be normal?
View GitHub Profile
@sillyfellow
sillyfellow / wordle-solver.py
Last active March 29, 2022 13:29
a hint, a bit of help..
import operator
import re
import sys
import urllib.request
banner_read_sofar = """Type what you know so far.
Keep the Green ones where they are, and leave '.' for unknown: """
banner_grey_letters = """Type in the grey letters
All, or the new ones you learned in previous step: """