https://github.com/jamesroberts/interactive-dictionary
A Python Based Command Line Interface that provides the definitions for words entered by the user
https://github.com/jamesroberts/interactive-dictionary
Last synced: about 2 months ago
JSON representation
A Python Based Command Line Interface that provides the definitions for words entered by the user
- Host: GitHub
- URL: https://github.com/jamesroberts/interactive-dictionary
- Owner: jamesroberts
- Created: 2018-12-04T19:07:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T19:54:58.000Z (over 6 years ago)
- Last Synced: 2025-01-22T16:49:15.094Z (3 months ago)
- Language: Python
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive-Dictionary
A Simple Python Based Command Line Interface that provides the definitions for words entered by the userThis dictionary contains the defintions for over 49 000 English words. Some words have more than one definition.
Steps
1. Run the dictionary.py file from the command line.
2. Enter the word you want the definition for when prompted.
3. Your definition will be presented to you if found.