No project description provided
Project description
MerWebPy (1.0.0)
A Python wrapper for the Merriam-Webster Dictionary API that lets you quickly query the database.
Requires a key from the Merriam-Webster Dictionary Developer Portal.
Example of wrapper usage:
while(True):
k = input("What word do you want queryed? ")
y = query_database(_KEY,k)
print("Word: " + y["word"])
print("Defintion: " + y["definition"])
print("Type: " + y["type"])
print("Offensive: " + y["offensive"])
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
MerWebPy-1.0.0.tar.gz
(1.7 kB
view details)
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 MerWebPy-1.0.0.tar.gz.
File metadata
- Download URL: MerWebPy-1.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b155376c2f1f2f275f2566dce63c4610b2b36198f280a3b64877fa869122064
|
|
| MD5 |
84300d5e4b2407874298afa63c3e3c5b
|
|
| BLAKE2b-256 |
2e678896ad6e60647e76360537526b0fb4dc9c82ab91de97eef9c119218fb0ad
|
File details
Details for the file MerWebPy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: MerWebPy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebbfedecc2a8b1614b2d5a88a69f64e2cc559b752b59bbe282fe3524b0573cc1
|
|
| MD5 |
c77750838c2c0b8738921bca14d57e2e
|
|
| BLAKE2b-256 |
e17a70d0169b1148b5650ec8feb233df9453f9bf151dd152707215a59a1c5149
|