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']
```
Release files for wordster 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wordster-0.0.2.tar.gz | 2.8 kB | Details |
Release files / wordster-0.0.2.tar.gz
| Download URL | wordster-0.0.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c3fc77d703513ff4892d3e6df79a2086f70d208313da0e18f52fc6fd12766175
|
|
BLAKE2b-256 checksum How to use checksums |
4be4ede94ebc537ef5c8864df381dccc29c79cff3903f8ef85a9f7706ebbb92c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |