This project is to practice using json file in python 3. This program opens a data.json file and asks the user for a word. The word is coverted to lowercase and searched for in the json file. If there is a match then the definition is returned. If there is not a match difflib is used to find close matches to the word. If there are matches the user is asked if that is what they ment. If there are no matches then the user is tole the word is not in the dictionary.
Project is created with:
- Python 3 version: 3.6.5