A terminal program to find Coolmath Games Hangman answers easily and quickly.
The following is an example of how you'd search a phrase:
Enter a phrase category (or 'exit' to quit): occu
Enter first word length: 5
Phrases in 'occupations':
radio host
The cool thing about inputting a category is that you don't need to type the full name, you could type just half of it and the program will look for the inputted substring in each category. The program will handle category ambiguity as well.
The game gets updated frequently, so new phrases are being added constantly. So I added the ability to add to categories.json. The program manages additions automatically with user input, so you never need to edit categories.json manually. If you accidentally add a word to a category or misspell the phrase or category, you will have to manually edit categories.json.