/WordFinder

A flexible tool for solving a wide variety of letter-based word puzzles and games.

Primary LanguagePython

Very brief overview:

  • wordtool.py contains the class WordTool that does the heavy lifting.
  • wordfinder.py is a command-line tool to access the functionality of the WordTool class.
  • wordlist is a useful default word list. Other word lists can be used. The required format is a single plaintext file containing one word per line.