iconjack / scrabbler

a python scrabble solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a python scrabble solver

License:The Unlicense


Languages

Language:Python 100.0%