This Python project is a simple GUI-based dictionary program that allows users to look up word definitions. It was created using Python's tkinter library for building graphical user interfaces.
- Search for word definitions
- Clear the search field
- GUI
- python
- Tkinter
How to make code changes and add them to this repo with a Pull Request.
- Fork the Project
- Clone it using the URL from the Code button.
git clone FORK_URL
- Create your Feature Branch
git checkout -b feat-my-feature
- Commit your Changes
git commit -m 'Add some Amazing Feature' - Push to the Branch
git push origin feat-my-feature
-
Aniket Vadar
-
Sarthak Samgir
-
Zahir Mulla
-
Contributions are always welcome! If you have any suggestions or bug reports, please submit an issue or pull request.
- Distributed under the
MIT License. See LICENSE for more information.