A small wrapper around official Merriam Webster dictionary
Project description
Wordster
====
A simple python wrapper for [Merriam Webster](https://www.merriam-webster.com/) Website. Use it to get meanings of words.
Installation
============
```
pip install wordster
```
Example
=======
### Code
```python
from wordster import wordster
# get list of different meanings for a given word
print wordster.find_meaning("jargon")
```
### Output
```
['confused unintelligible language', 'the technical terminology or characteristic idiom of a special activity or group', 'obscure and often pretentious language marked by circumlocutions and long words']
```
====
A simple python wrapper for [Merriam Webster](https://www.merriam-webster.com/) Website. Use it to get meanings of words.
Installation
============
```
pip install wordster
```
Example
=======
### Code
```python
from wordster import wordster
# get list of different meanings for a given word
print wordster.find_meaning("jargon")
```
### Output
```
['confused unintelligible language', 'the technical terminology or characteristic idiom of a special activity or group', 'obscure and often pretentious language marked by circumlocutions and long words']
```
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
wordster-0.0.2.tar.gz
(2.8 kB
view details)
File details
Details for the file wordster-0.0.2.tar.gz
.
File metadata
- Download URL: wordster-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3fc77d703513ff4892d3e6df79a2086f70d208313da0e18f52fc6fd12766175 |
|
MD5 | 1944cf4a68a3ab21f4877e91436a7750 |
|
BLAKE2b-256 | 4be4ede94ebc537ef5c8864df381dccc29c79cff3903f8ef85a9f7706ebbb92c |