Gets data from the Educalingo dictionary
Project description
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'
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 educalingoDictionary-0.1.0a0.tar.gz.
File metadata
- Download URL: educalingoDictionary-0.1.0a0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab7d9bf72ac43cc6ffe68478d619c9169e23e66b5369a391512ed41ed90d22ae
|
|
| MD5 |
e6ba0980550651c8b2a30f22479aa81f
|
|
| BLAKE2b-256 |
855879b0123f919b68e1dbea01fc1135e53a0362ef17725a6727ee6f0400d686
|
File details
Details for the file educalingoDictionary-0.1.0a0-py3-none-any.whl.
File metadata
- Download URL: educalingoDictionary-0.1.0a0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1abaac2818c221b479c9ba0db719cd0e41837acc94f983cfa4894eb9d85dd7a4
|
|
| MD5 |
8a232be55addc0f7c0aa55ca1f96d755
|
|
| BLAKE2b-256 |
12d5953bca33ec24ad359481bed2ac735386653b891e7c263a5ba22851e480b8
|