Skip to content

EorlBruder/py-beep-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-beep-music

Make Music with python vie beep

Installation

beep has to be installed and you need to be allowed to execute it.

Usage

Just execute one of the songs with python (eg. python popcorn.py).

To write play new songs you can use

from py_beep_music import *

# This array expects tuples like (note, length). Please use the constants in py_beep_music (A3, As3, VIERTEL etc)
tune = []

# You also can add a speed. This defaults to 150bpm
play(tune)

About

Make Music with python vie beep

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages