- A search tool for meanings of different words of the English language. Works like an online dictionary.
- Libraries imported- Tkinter, json and get_closer_matches module from difflib.
- The json data is stored in 'data.json' file in the 'Related' folder.
- Location of this file should be entered in the json.load command. eg. json.load(open("Related/data.json"))
- Run the code and a window appears.
- Enter the word in the search box and click on the search button. The meaning appears in the display box.
- Meanings of words can be searched effectively.
- Even if any word is misspelled, a prompt appears displaying the meaning of the closest match.
Sonali Bedade