New To Python

Just wrote my first Python script to draw a guitar fretboard when given parameters (nut width, bridge width, scale, fingerboard length, number of frets. It draws the fingerboard, and layout lines for the frets, ready for trimming, and grouping. So proud!!

9 Likes

Hi @Carl_Mesrobian,

Nice!

Where does one learn about these parameters?

Thanks,

– Dale

By 30 years of measuring guitars and building :slight_smile: The only thing that might need tweaking is the wide end of the board. I set it to the width of the bridge, but in reality the twelfth fret is approximately the width of the bridge.
Time to hack the code :smiley:
Code fixed - got dimension much closer. Had to do some fancy math that I learned in high school (or earlier?).