Sound effects for test driven development.
Project description
Kaching
Sound effects for making test driven development a bit more fun.
Kaching plays a variety of sounds from computer games to signify the beginning of a test run, a failure and a success.
To install:
$ apt-get install mplayer (or equivalent) $ pip install kaching
Command line use:
$ kaching start [ starting sound ] $ kaching fail [ failure sound ] $ kaching win [ passing test sound ]
Python API use::
>>> import kaching >>> kaching.start() [ starting sound ] >>> kaching.fail() [ failure sound ] >>> kaching.win() [ passing test sound ]
Kaching requires mpg123 to be installed to make a sound although it won't raise an exception / exit with status code > 0 if it isn't.
Sounds taken from : http://soundfxnow.com/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kaching-0.4.2.tar.gz
(581.0 kB
view hashes)