Skip to content

donno2048/beep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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