Script for visualisating given tones on the guitar and the violin neck.
Usage:
python paint.py [-v | -g] "tone1 tone2 ... toneN"
where -v means violin and -g guitar.
In order to use it, python package svgwrite is needed. You can install it by
pip install svgwrite