https://github.com/wendellast/acords
This repository contains a Python project that shows sound scales. The project was created for educational purposes and can be used to learn about different musical scales and their ranges.
https://github.com/wendellast/acords
Last synced: 7 months ago
JSON representation
This repository contains a Python project that shows sound scales. The project was created for educational purposes and can be used to learn about different musical scales and their ranges.
- Host: GitHub
- URL: https://github.com/wendellast/acords
- Owner: wendellast
- Created: 2023-07-27T17:42:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T18:42:04.000Z (about 2 years ago)
- Last Synced: 2025-01-21T07:08:44.033Z (9 months ago)
- Language: Python
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acords
## How to use?
You can use scaling from the command line, for exemple:
```bash
poetry run scale┏━━━┳━━━━┳━━━━━┳━━━━┳━━━┳━━━━┳━━━━━┓
┃ I ┃ II ┃ III ┃ IV ┃ V ┃ VI ┃ VII ┃
┡━━━╇━━━━╇━━━━━╇━━━━╇━━━╇━━━━╇━━━━━┩
│ C │ D │ E │ F │ G │ A │ B │
└───┴────┴─────┴────┴───┴────┴─────┘
```