VisualPractice Code
Visualize guitar neck with all tonality in a cycle of fifths
Brought to you by:
b00100011
File | Date | Author | Commit |
---|---|---|---|
README.md | 2025-04-05 |
![]() |
[6aa4d6] Update README.md |
Visual_Practice.py | 2025-04-09 |
![]() |
[0c32c2] update v0.4b |
guitar.png | 2025-02-15 |
![]() |
[f0d862] add guitar.png |
installation =
require :
1)python : https://www.python.org/downloads/
2)go to https://bootstrap.pypa.io/get-pip.py ( save this file in a directory ) and use "py get-pip.py" to install pip
( nota : pip is installed on C:\Users\<name>\AppData\Local\Programs\Python\Python313\Scripts )
3)Pyside6 : on a prompt use : pip install PySide6
</name>
you can change :
num_columns = 3 # define numbers of columns from 2 to 6
num_frets = 12 # define numbers of frets from 12 to 24