This is a simple dictionary application built with Python and Tkinter. It allows users to search for definitions of words stored in a JSON file.
- Word Search: Users can enter a word in the text box and click the "Search" button to retrieve its definition.
- Dark and Light Themes: Users can switch between dark and light themes for the interface.
- User Interface: The interface is designed using Tkinter, providing a simple and user-friendly experience.
- Clone this repository to your local machine.
- Ensure you have Python installed on your system.
- Run the
dictionary.pyscript to launch the application. - Enter a word in the text box and click the "Search" button to view its definition.
- Use the "Theme" menu to switch between dark and light themes.
- Python 3
- Tkinter library
- ttkthemes library
- The application reads word definitions from a JSON file named
data.json. - Users can enter a word in the text box, and upon clicking the "Search" button, the application retrieves the corresponding definition from the JSON file.
- Users can also switch between dark and light themes using the "Theme" menu in the application's menu bar.