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.
Release files for simple-dictionary 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple-dictionary-0.1.3.tar.gz | 1.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_dictionary-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.9 MB
Release files / simple-dictionary-0.1.3.tar.gz
| Download URL | simple-dictionary-0.1.3.tar.gz |
|---|---|
| Size | 1.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a88238ec2d4e1dab0113bd1f530ae9537f3deca7ffdf165fb24709e9e9e5616e
|
|
BLAKE2b-256 checksum How to use checksums |
a59caaf0226272c7f67d294e6dc173414d969bd045320b5dea4d608b252a3f45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
|
Release files / simple_dictionary-0.1.3-py3-none-any.whl
| Download URL | simple_dictionary-0.1.3-py3-none-any.whl |
|---|---|
| Size | 1.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
491e3684a5bc3ee365b9a4223c81c147542902a4f2874bcd4fcaebb448947280
|
|
BLAKE2b-256 checksum How to use checksums |
b30332aecf7ca578d447c9079359ab7804ea05ea732b7cd16586c4f9b8f491ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
|