Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/giannisalinetti/chordscale-generator


https://github.com/giannisalinetti/chordscale-generator

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# ChordScaleGen
## Random chords and scales Generator

A 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
```