Skip to content

tinachou28/udict.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udict.py

A simple module to get pages and definitions from Urban Dictionary

Installing

Python 3.5 or higher is required

# Linux/macOS
python3 -m pip install -U udict.py

# Windows
py -3 -m pip install -U udict.py

Example Usage

import udict

myPage = udict.get_page("Python")
topDef = myPage.definitions[0]
print(topDef.meaning) #Prints top definition of a term.

About

A simple module to get pages and definitions from Urban Dictionary

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages