https://github.com/codeslash21/english_dictionary
https://github.com/codeslash21/english_dictionary
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeslash21/english_dictionary
- Owner: codeslash21
- License: mit
- Created: 2020-01-28T18:25:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T18:42:03.000Z (over 6 years ago)
- Last Synced: 2025-02-15T15:51:42.430Z (over 1 year ago)
- Language: Python
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# English Dictionary
By entering a word you will get its meaning or explanations if the word is valid, otherwise
You will get a suggestion that is very close to your word.
Very easy to use.
## Getting Started
1. You can run this file using command prompt.
* First cd to the directory where the python file exists.
* Then run the command - python english_dict.py
2. You can run this using python interpreter.
* Install ['Python3'](https://www.python.org/downloads/)
* Simply run the python file.
### License
This project is under - _MIT License_ See more details in ['LICENSE'](https://github.com/codeslash21/english_dictionary/blob/master/LICENSE)