Word Puzzle Solver


Word Puzzle Solver is a Python 3 program that gets a bunch of letters and generates all possible combinations then checks it with a dictionary and outputs all the valid words so it can be used to solve every word puzzle.

The dictionary is in a text file and can be modified by replacing it with another dictionary and the minimum and desired length is easily adjustable.

The main target of this program was a telegram bot which is available through the link below. https://t.me/KalameBot

The source code is available on my GitHub repo.