Skip to content

Instantly share code, notes, and snippets.

View AEFeinstein's full-sized avatar

gelakinetic AEFeinstein

View GitHub Profile
@AEFeinstein
AEFeinstein / wordle.py
Last active February 4, 2022 14:18
Solve Wordle the fun way!
# Requires a copy of
# https://raw.githubusercontent.com/AEFeinstein/ScrabbleBot/master/src/ospd4.txt
from string import ascii_lowercase
from string import digits
from unicodedata import digit
import getopt, sys
###############################################################################