Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 520 Bytes

Readme.md

File metadata and controls

23 lines (16 loc) · 520 Bytes

Dictionary of Obscure Words

This module allows you to use the Dictionary of Obscure Words in Python.

The original dictionary is available here: http://phrontistery.info

You can install this module using pip:

pip install git+https://github.com/JustGlowing/obscure_words

and use it as follows:

>>> from obscure_words import load_obscure_words
>>> obscure_dict = load_obscure_words()
>>> obscure_dict['ophidiomancy']

'divination using snakes'

📖 🔮 🐍