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

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.

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 │
└───┴────┴─────┴────┴───┴────┴─────┘
```