Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/chordscale-generator
https://github.com/giannisalinetti/chordscale-generator
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giannisalinetti/chordscale-generator
- Owner: giannisalinetti
- Created: 2021-03-03T18:43:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T23:03:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T06:49:33.975Z (about 2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChordScaleGen
## Random chords and scales GeneratorA small Python utility to create random chord and scale progressions.
```
usage: chordscale-generator [-h] [-m MODE] [-l LENGTH] [-o OUTPUT] [-c COMPLEXITY]Chords and Scales Generator.
This tool helps musicians to create random sequence of chords and scales to practice them on the instrument.options:
-h, --help show this help message and exit
-m MODE, --mode MODE Generation mode. Valid options: "chord", "scale"
-l LENGTH, --length LENGTH
Length of sequence. Valid options: positive INT
-o OUTPUT, --output OUTPUT
Output type. Valid options: "text", "json"
-c COMPLEXITY, --complexity COMPLEXITY
Sequence complexity. Valid range: 1-3
```