Skip to content

while1malloc0/chord-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Chord Generator

A small utility to generate chords for exercises

Installation

Installation from source the only method at the moment.

  1. Clone this repo: git clone https://github.com/while1malloc0/chord-generator
  2. (optional) Create a virtualenv: python -m virtualenv venv
  3. Run with Python python main.py (or just ./main.py)

Usage

./main.py --help
Usage: main.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  gen-chords

Commands

gen-chords - Generates chords either at random or in the cycle of fourths

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages