Python wrapper for the Free Dictionary API
Project description
PyDictionary
Python wrapper over the Free Dictionary API
pip install PyDictionary
from PyThonDictionary import pyDictionary
pydictionary = pyDictionary.PyDictionary(word="world")
definitions, synonyms = pydictionary.getDefinitions(partOfSpeech="noun")
audio = pydictionary.getAudio()
dictionary = pydictionary.getDictionary()
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
PythonDictionary-0.0.5.tar.gz
(2.9 kB
view hashes)