Metadata-Version: 2.1
Name: simplebeep
Version: 0.0.1
Summary: Platform-independent beep
Home-page: https://gitlab.com/leberwurscht/simplebeep
Author: Leberwurscht
Author-email: leberwurscht@hoegners.de
License: UNKNOWN
Description: 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`.
        
Platform: UNKNOWN
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
