Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 345 Bytes

File metadata and controls

18 lines (14 loc) · 345 Bytes

catchphrase

Holy Hooligan Coders, Batman! A python package for generating/retrieving common catchphrases!

Installation

pip install catchphrase

Usage

>>> import catchphrase
>>> catchphrase.batman.random_holy()
'Holy Roadblocks, Batman!'
>>> catchphrase.batman.random_holy(suffix=', Robin!')
'Holy Hallucination, Robin!'