Skip to main content

Read the definition of a word

Project description

Simple Dictionary


This Simple Dictionary is a dictionary in which the user can search for the definition of a word.

It uses a data file that contais a vocabluary. This data file is from the Udemy course "The Python Mega Course" by "Ardit Sulce".

Installation


You can install the Simple Dictionary from PyPI

pip install simple-dictionary

The dictionary is supported on Python 3.5 and above.

How to use


The Simple Dictionary is a command line application, named dictionary. To see the definition of a word, for example acid rain, simple call the program:

$ dictionary acid rain
acid rain  means:
1. definition: Rain having a pH less than 5.6.

If there is a typo in the name, the program will find a similar word and ask you if you want to use this similar word. For yes press y and for no press n.

$ dictionary acid rainn
Did you mean acid rain ? y
acid rain  means:
1. definition: Rain having a pH less than 5.6.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple-dictionary-0.1.3.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

simple_dictionary-0.1.3-py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page