fretboardgtr 0.2.7

Creator: bradpython12

Last updated:

Add to Cart

Description:

fretboardgtr 0.2.7

FretBoardGtr
Package that make easy creation of highly customizable fretboards and chords diagrams











License: GNU Affero General Public License v3.0
Documentation: https://fretboardgtr.readthedocs.io/en/latest.

Get started
To get started simply install the package from PyPI
Dependencies
fretboardgtr needs to have the following install in order to run :
sudo apt install libcairo2-dev pkg-config

How to install
pip install fretboardgtr

Usage
from fretboardgtr.fretboard import FretBoard
from fretboardgtr.notes_creators import ScaleFromName

fretboard = FretBoard()
c_major = ScaleFromName(root="C", mode="Ionian").build()
fretboard.add_notes(scale=c_major)
fretboard.export("my_fretboard.svg", format="svg")


Documentation
All the documentation can be found in the documentation

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.