/scrabbler

a python scrabble solver

Primary LanguagePythonThe UnlicenseUnlicense

a simple Scrabble cheater

Not that you would ever need to use this, but this is a Scrabble cheater written in Python 3.

Find a dictionary and put it at dictionary.txt in the root of the project.

To find words you can spell with the letters ABC:

./try.py abc

To find words you can spell with the letters ABC and two blank tiles:

./try.py abc??

To run the tests:

python test.py