Skip to content

Simple Alexa skill to play a metronome for musical instrument practice

Notifications You must be signed in to change notification settings

gioalex/mini-metronome-alexa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Metronome

logo

Mini Metronome is a simple Alexa skill to provide a quick and easy metronome for musical instrument practice anywhere you have an Alexa enabled device.

This repo contains the code used for the lambda function which handles interactions from the skill model. It parses the user's intent and responds with an appropriate metronome from Metronomer.

Development

To create a Lambda deployment package:

pip install -r requirements.txt -t skill_env
cp -r mini_metronome/ skill_env/
cd skill_env
zip -r ../mini-metronome.zip *

About

Simple Alexa skill to play a metronome for musical instrument practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%