Make your computer scream at you when you make a mistake.
Project description
CodeScream
Did you ever want your computer to scream at you when you make a mistake?
No?
Well now you can make it do that, anyway.
Instalation
pip install codescream
Usage
Add this line somewhere in your project, preferably in the entry point.
from codescream import hook
Unmute your speakers, do something that throws an exception :)
You can also use it to mark functions as deprecated!
from codescream import deprecated
@deprecated
def foo():
print("Do not use me!")
Now the computer will scream whenever someone uses the deprecated function.
Reviews
ja pierdole ale się przestraszyłem XDDD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codescream-2.0.1.tar.gz
(106.4 kB
view hashes)