Skip to content

A simple wrapper around the oxford dictionary api

License

Notifications You must be signed in to change notification settings

lorenpike/pydict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDict

A simple wrapper around the Oxford dictionary API. It is recommended that you do not use this.

Usage

First, get an API key from Oxford dictionary website and set appropiate environment variables. Again, don't use this.

import pydict

hello = pydict.search("hello")
print(hello.definitions.pop())
# say or shout ‘hello’

About

A simple wrapper around the oxford dictionary api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages