Dictionary module
Project description
py-dictionary
returns meaning, synonyms, antonyms for a word (scraping dictionary.com) limit the no of results also get meaning, synonyms and antonyms in different color
This module uses requests, bs4 and string-color modules and scraps dictionary.com
How to use it
Install it
pip install Py-Dictionary
to update it
pip install Py-Dictionary --upgrade
Use
from pydictionary import Dictionary
dict = Dictionary("fix")
enter the word you want to search here e.g. I used the word "fix"
To get the result as list do following (you can use them in your programs)
meanings_list = dict.meanings()
synonyms_list = dict.synonyms()
antonyms_list = dict.antonyms()
To print the results do following:
dict.print_meanings()
dict.print_synonyms()
dict.print_antonyms()
This will print maximum 5 results with text having white color
If you want to increase or decrease maximum results do this
dict = Dictionary("fix",10)
now maximum 10 results will be shown
To change the color of text
dict.print_meanings("red")
dict.print_synonyms("green")
dict.print_antonyms("blue")
#To get more color look up string-color module or type string-color in your terminal
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Py-Dictionary-4.1.4.tar.gz.
File metadata
- Download URL: Py-Dictionary-4.1.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c050ea1da48dba298f2df2acd1261de14891a9dfd3ed912c55e35fc9f506897c
|
|
| MD5 |
600382af7739cba02e4acbd5e9275718
|
|
| BLAKE2b-256 |
59b53d1abf737245a7c40f35965ad38ba9b698e7e6d7d5ca87404f37f22adfec
|
File details
Details for the file Py_Dictionary-4.1.4-py3-none-any.whl.
File metadata
- Download URL: Py_Dictionary-4.1.4-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a77f933740fa27fda321707e9a0833a4c5b013f9bcff3eabd9bfaaf9bff8b3c4
|
|
| MD5 |
237e4647537272780c440970e81ca12e
|
|
| BLAKE2b-256 |
050543c4c40d77b323ea5721029d6111a5fbd766efbfebc0b40b385f3533676f
|