An Interactive Desktop Dictionary App with Python.
Used JSON file hosted locally as the data source.
Basic Searching: user enter a word, the program will return its meaning.
Optimized: it won't go blank if user makes a typo. Instead, it will try to suggest what the user actually might have meant.
It will run in a loop, cheching for as many words as the user wants, until the user wants to stop.