Package that make easy creation of fretboards and chords diagrams
Project description
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
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").get()
fretboard.add_notes(scale=c_major)
fretboard.export("my_fretboard.svg", format="svg")
Documentation
All the documentation can be found in the documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fretboardgtr-0.2.0.tar.gz
(81.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fretboardgtr-0.2.0.tar.gz.
File metadata
- Download URL: fretboardgtr-0.2.0.tar.gz
- Upload date:
- Size: 81.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
264e9c3daef95727643c410b08fa3a221101a020a38961df4e99314678743090
|
|
| MD5 |
59aa5245a7ff2a9434b37c7018e72efd
|
|
| BLAKE2b-256 |
3a4ba15a41af196c384f17e355c657d3f642a6bf9c55bf26c6ceb5f016a50369
|
File details
Details for the file fretboardgtr-0.2.0-py3-none-any.whl.
File metadata
- Download URL: fretboardgtr-0.2.0-py3-none-any.whl
- Upload date:
- Size: 51.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
988df1245a0c9c258048f727fd5ef9e941d6dae01d44ab9d21094a49ffac1d8a
|
|
| MD5 |
387568dc68d143cb5635a471dbe13d8f
|
|
| BLAKE2b-256 |
efc97b49f290d09a028ca3812a9564fad6081df7f8101b87b478c12f50453104
|