An open API service indexing awesome lists of open source software.

https://github.com/arthur-milchior/generate-musical-image

Systemattically generate images for guitar, harmonica, piano, and a website to show them
https://github.com/arthur-milchior/generate-musical-image

guitar-chords guitar-scales harmonica piano-fingering python

Last synced: 28 days ago
JSON representation

Systemattically generate images for guitar, harmonica, piano, and a website to show them

Awesome Lists containing this project

README

        

This package goal is to help the packages' author (Arthur Milchior, [email protected]) to learn solfege on multiple instruments. In order to do this, it generates notes for the spaced repetition program anki , and images to be used in those notes. The detail of each kind of notes and images is described in the README of each subdirectory.

Running "python3 ." will generate every single notes and images, on each instruments.
Running "python3 -m instrument" from the src folder should generate the notes and images only for this instrument. In order to generate a single kind of note, see the README inside the subdirectories.
The Piano directory requires that lilypond is installed.

P.S.:
This code was main mainly for my particular use. While I tried to comment it, and make it reusable, there is no garantee of any kind. In particular, there may be fault, there may be things which are not academically correct, both in the code, and in the images generated.