Interactive-Dictionary-

A basic python application made for one in need to look up definitions. The user is allowed to enter a word input, the script then excecutes to match a similar word in the json file using the difflib module from get_close_matches. The program then returns the closest possible definition that matched the given input. The script has a series of safety features to prevent the program from crashing, these include, capitalizations, lower case letters, and misspelled words. Once a close matched word has been found, the program return the printed output in a list.