Dictionary App
A Smart Dictionary Application to search a word's meaning easily with the convenience of a smooth Python GUI. The App automatically suggests correct word spellings if you make a typo :)
Take a look:
Future Development
- Synonyms and Antonyms Addition
- Use of API based service(Currenty Uses and queries a Local Json Data)
- Language Based Translations[Work in Progress]
- Enhanced Suggestion capabilities
Requirements:
- json
- difflib
- tkinter
- threading
- dload
- urllib3
To get started:
Use pip install -r requirements.txt
to start with installing the requirements.
Then python Dictionary.py
Ensure the app has admin access as it stores the json values fetched from this repository's data.json
in C:/ProgramData
folder on windows.
Built by Mohit Chandak and Rutuj Runwal.
© All Rights Reserved under MIT License