Projects

unjumble

unjumble.py is a python program to unjumble any string input by comparing it to a dictionary. This is a work in progress. I choose python to write this because I was already learning python for school work and thought this will be a good side project. I've got a few ideas from ~login that will probably reduce the lookup time.

The dictionary is a file containing english words, each on a single line. I am using this dictionary to test this program, you can ask it to use any dictionary of your choice.

July 2019