https://github.com/vishal-bhola/dictionary
https://github.com/vishal-bhola/dictionary
difflib json python3 tkinter-gui-library tkinter-python
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishal-bhola/dictionary
- Owner: vishal-bhola
- License: mit
- Created: 2020-01-09T18:25:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T18:20:48.000Z (over 5 years ago)
- Last Synced: 2025-01-10T15:47:58.552Z (5 months ago)
- Topics: difflib, json, python3, tkinter-gui-library, tkinter-python
- Language: Python
- Size: 1.75 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dictionary
This Dictionary has 2 versions:
1. #### Command Line
`dictionary.py` is the Command Line Version you can run it by typing `python dictionary.py`
In this you have to enter word and it gives you meaning regarding the word you just entered.

By chance if you have entered wrong word it will suggest you word that is relatable to your word.

2. #### GUI
`dictionaryGUI.py` is the GUI Version you can run it by typing `python dictionaryGUI.py`
This version of dictionary is same as the Command Line Version additionally provided with Graphical User Interface(GUI).
It will help you in a great user experience as well.
If you want to search any word it will give the meaning of the word in a prompt.

If you mistakely entered a wrong word it will suggest you the word lting near to your word.

Selecting `Yes` will give you the result of the mentioned word.