keyfinder-py icon indicating copy to clipboard operation
keyfinder-py copied to clipboard

Basic python 3 bindings for libkeyfinder

Keyfinder Python 3.x bindings

This package implements basic bindings for libKeyFinder. It includes the supporting libav code for reading audio data and passing it into libKeyFinder.

Build Status

Usage

>>> import keyfinder
>>> key = keyfinder.key('my-audio.mp3')

>>> key
A
>>> key.camelot()
11B
>>> key.open_key()
4d

Build requirements

You must have the following dependencies installed to build this module