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
- Host: GitHub
- URL: https://github.com/printfn/pythonmusic
- Owner: printfn
- Created: 2022-06-12T09:08:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T09:10:05.000Z (over 3 years ago)
- Last Synced: 2025-01-18T07:12:59.442Z (12 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```