summaryrefslogtreecommitdiff
path: root/unscrambler.py
AgeCommit message (Collapse)Author
2022-02-02mypy clean!Scott
2022-01-28Get rid of "fuzzy matches" in favor of a window size param.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-26Minor tweaks.Scott
2022-01-26Add type hints and cleanup.Scott
2022-01-26Make unscrambler use a cache per instance instead of module andScott
make it have non-static methods.
2022-01-25Unscrambler.py is no longer a utility; see ~bin/unscramble.py.Scott
2022-01-25Clarify instructions for repopulation.Scott
2022-01-25Adds unscrambler which contains the guts of a jumble/scrabble playerScott
I wrote outside of here.