An open API service indexing awesome lists of open source software.

https://github.com/kindlychung/pybeep

Beeping in python
https://github.com/kindlychung/pybeep

Last synced: 5 months ago
JSON representation

Beeping in python

Awesome Lists containing this project

README

        

Description
-----------

This is a very simple package that enables you to make a beep sound in python.

Requirements
------------

- Python 3
- sox

(I have stopped using python for a long time, but according to @Cediddi, you need to `sudo apt-get install libsox-fmt-mp3` on Ubuntu.)

Install
-------

Using pip:
~~~~~~~~~~

::

pip3 install --upgrade pybeep

Usage
-----

::

from pybeep.pybeep import PyVibrate, PyBeep
PyVibrate().beep()
PyVibrate().beepn(3)
PyBeep().beep()
PyBeep().beepn(3)