yuma-m / pychord

Python library to handle musical chords.

Home Page:https://pypi.python.org/pypi/pychord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Estimate key from chord progression

yuma-m opened this issue · comments

Perform like below.

>>> cp = ChordProgression(["C", "G/B", "Am"])
>>> estimate_key(cp)
{ <Key: C major>: 60%, <Key A minor>: 30%, ... }