A script that given any letters and the length of the word can generate a list of all possible combiniations that have definitions.
Use the package manager pip to install the following modules.
pip install pyenchant
1. Ability to choose to keep words that have no definitions (Done 12/18/2020)
2. Check for special character (input handling) (Done 12/18/2020)
3. Option to create all words up to length (Done 4/5/2021)
4. Added color to error text (Done 4/5/2021)