Skip to content

Latest commit

 

History

History
 
 

English Dictionary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

English Dictionary

Description :

  • 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.

Setup Instructions :

  1. The json data is stored in 'data.json' file in the 'Related' folder.
  2. Location of this file should be entered in the json.load command. eg. json.load(open("Related/data.json"))
  3. Run the code and a window appears.
  4. Enter the word in the search box and click on the search button. The meaning appears in the display box.

Output :

gui1gui2

Conclusion :

  • Meanings of words can be searched effectively.
  • Even if any word is misspelled, a prompt appears displaying the meaning of the closest match.

Author :

Sonali Bedade