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 hashes)