Westacular / WordFinder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%