Metadata-Version: 2.0
Name: jbeep
Version: 1.2
Summary: A simple alert and timer
Home-page: https://github.com/jayhhwang/jbeep
Author: Jay Hwang
Author-email: thebluebirdspeaks@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN

Run after installation with:

    from jbeep import jbeep

- **beep.alert()** : voice tells you when your code is finished running

- **beep.start()** : starts a timer

- **beep.end()**  : prints how long your code took to run



