Skip to content

Vishnunkumar/PythonDictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python wrapper over the Free Dictionary API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages