beep

A python module to generate sounds

MIT License

Downloads
52
Stars
3
Committers
1

beep

A Python module to generate sounds

Installation

From PyPI

pip3 install python-beep

From GitHub

pip3 install git+https://github.com/donno2048/beep

Usage

from beep import beep
frequency = 327
duration = 1000
beep(frequency, duration) # duration in ms, frequency in Hz

Demo

https://github.com/donno2048/canon

Package Rankings
Top 22.16% on Pypi.org