Metadata-Version: 2.4
Name: playbeep
Version: 0.1.0
Summary: Simple beeps.
Author-email: Slushyboy1212 <no@thank.you>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.4.0
Requires-Dist: sounddevice>=0.5.5

# How To Use:
```py
import playbeep, time
mixer = playbeep.play()
mixer.beep(500, 0.5)
time.sleep(1)
```
