Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimmymcbride/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
https://github.com/jimmymcbride/musical-graphs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`