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

https://github.com/printfn/pythonmusic

Music scales in Python
https://github.com/printfn/pythonmusic

Last synced: 5 months ago
JSON representation

Music scales in Python

Awesome Lists containing this project

README

          

# pythonmusic

Music scales in Python

Run this code with:
```sh
python3 -m venv env
source env/bin/activate
pip3 install pysinewave
./main.py
```