Metadata-Version: 2.1
Name: simplebeep
Version: 0.0.2
Summary: Platform-independent beep
Home-page: https://gitlab.com/leberwurscht/simplebeep
Author: Leberwurscht
Author-email: leberwurscht@hoegners.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: simpleaudio; sys_platform == "darwin" or sys_platform == "win32"
Requires-Dist: numpy

Platform-independent beep function, easily installable with pip.

Provides a `simplebeep.beep(pitch, duration)` function and a `simplebeep.play_ndarray(array, sample_rate)` function.

For Linux, it uses gstreamer, which is usually already installed. On Windows / Mac the package depends on simpleaudio, which is automatically installed as a dependency when installing with `pip install simplebeep`.
