/musical-graphs

a mini python program that takes a root note and a modal scale as input and gives you back the notes of that scale

Primary LanguagePython

Musical Graphs 🎵

This is a very small app that takes in the input for a root note and a modal scale and gives you back the notes in that scale.

Install And Run

Step 1

pipenv shell

Step 2

pipenv install

Step 3

python app.py

or...

python3 app.py