This is a simple English Dictionary application built using Python and Tkinter.
It allows users to search for word meanings and suggests close matches if the word is misspelled.
- π Search word meanings
- π¬ Auto-suggestion for close matches
- β Works completely offline using a local JSON file
- π₯οΈ Clean Tkinter GUI with scrollable result box
Step 1: Clone the Repository git clone https://github.com/your-username/Dictionaryapp.git
cd Dictionary app.py
Step 2: Run the App python Dictionary app.py
-Python 3.x
-Tkinter (comes pre-installed with Python)
-data.json file containing dictionary data