Pre-release
This release is a pre-release and may not be stable for production use.
Educalingo Dictionary — Package
The educalingoDictionary Package is a basic package written in Python can download the info from the Educalingo Dictionary.
Installation
You can install, upgrade, and uninstall the educalingoDictionary with these commands:
$ pip install educalingoDictionary
$ pip install --upgrade educalingoDictionary
$ pip uninstall educalingoDictionary
Usage
from educalingoDictionary import EducalingoDictionary
my_dictionary = EducalingoDictionary()
my_dictionary.set_language("pt")
Performing a dictionary search for the legal (nice) word.
from educalingoDictionary import EducalingoDictionary
my_dictionary = EducalingoDictionary()
# setting language to Portuguese
my_dictionary.set_language("pt")
my_dictionary.search_word(word="legal")
Get the list of synonyms through the get_synonyms method.
from educalingoDictionary import EducalingoDictionary
my_dictionary = EducalingoDictionary()
# setting language to Portuguese
my_dictionary.set_language("pt")
my_dictionary.search_word(word="legal")
# get list of synonyms of "legal"
synonyms = my_dictionary.get_synonyms()
Available dictionaries
- bn: 'Bengali dictionary',
- de: 'German dictionary',
- en: 'English dictionary',
- es: 'Spanish dictionary',
- fr: 'French dictionary',
- hi: 'Hindi dictionary',
- it: 'Italian dictionary',
- ja: 'Japanese dictionary',
- jv: 'Javanese dictionary',
- ko: 'Korean dictionary',
- mr: 'Marathi dictionary',
- ms: 'Malay dictionary',
- pl: 'Polish dictionary',
- pt: 'Portuguese dictionary',
- ro: 'Romanian dictionary',
- ru: 'Russian dictionary',
- ta: 'Tamil dictionary',
- tr: 'Turkish dictionary',
- uk: 'Ukrainian dictionary',
- zh: 'Chinese dictionary'
Release files for educalingoDictionary 0.1.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| educalingoDictionary-0.1.0a0.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| educalingoDictionary-0.1.0a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:9.4 kB
Release files / educalingoDictionary-0.1.0a0.tar.gz
| Download URL | educalingoDictionary-0.1.0a0.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab7d9bf72ac43cc6ffe68478d619c9169e23e66b5369a391512ed41ed90d22ae
|
|
BLAKE2b-256 checksum How to use checksums |
855879b0123f919b68e1dbea01fc1135e53a0362ef17725a6727ee6f0400d686
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
|
Release files / educalingoDictionary-0.1.0a0-py3-none-any.whl
| Download URL | educalingoDictionary-0.1.0a0-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1abaac2818c221b479c9ba0db719cd0e41837acc94f983cfa4894eb9d85dd7a4
|
|
BLAKE2b-256 checksum How to use checksums |
12d5953bca33ec24ad359481bed2ac735386653b891e7c263a5ba22851e480b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
|