Skip to content

CrossNox/programmingexcuses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProgrammingExcuses

Tired of making up your own excuses? Get them from http://programmingexcuses.com with python!

Installing

pip install programmingexcuses

Testing

$ programmingexcuse
Management insisted we wouldn't need to waste our time writing unit tests

Usage

It's quite simple:

from programmingexcuses import get_excuse
print(get_excuse())

And, for convenience:

from programmingexcuses import RandomExcuseError
try:
	...
except:
	raise RandomExcuseError()

Also, from a terminal:

programmingexcuse

About

Tired of making up your own excuses?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages