Wordlock
- Run generate.py to make a list of all the 10K possible combinations.
- Run words.py to figure out which of those combinations are words.
- Run common.py to sort and limit those words to the 1000 most common English words.
- Run uncommon.py if you want a list of all the combinations which are words, but which are not in the list of the most common English words.