A python script for trying to generate the best words to play in Letterpress for iOS
Simply run python pyletterpress.py
followed by your board letters:
python pyletterpress.py abcdefghijklmnopqrstuvwxy
You can also optionally specify preferred letters as the third parameter:
python pyletterpress.py abcdefghijklmnopqrstuvwxy vxp
which will then sort the word list by words containing your preferred letters.
Uses the Logbook library for logging and the SortedCollection recipe for ordering the resulting suggestions.