https://github.com/zimolzak/ukulele
Iterate all fingerings and decode to chord names
https://github.com/zimolzak/ukulele
guitar-chords music-theory ukulele ukulele-chords
Last synced: 5 months ago
JSON representation
Iterate all fingerings and decode to chord names
- Host: GitHub
- URL: https://github.com/zimolzak/ukulele
- Owner: zimolzak
- License: mit
- Created: 2014-07-05T12:41:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T22:55:08.000Z (almost 9 years ago)
- Last Synced: 2024-05-22T12:34:01.863Z (11 months ago)
- Topics: guitar-chords, music-theory, ukulele, ukulele-chords
- Language: Python
- Size: 157 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ukulele
=======Iterate through all fingerings and decode to chord names.
The idea is to also have fun with Python and OOP.