Guy's
Here is one for the geeks out there.
I am going to use some Shellac as a grain filler and I wanted metric conversion for the process.
So having some time on my hands and wanting to learn something I have created python script to calculate it.
You will need python 2.7 to run it, it is built into the Macs and you can download it free for windows if you want.
save the following text as shellac.py and run it from the command line as "python shellac.py"
#######
#shellac.py
from tkinter import *
import Tkinter
window = Tk()
window.title("Metric Shellac Cut ratio Calculator")
#define labels
heading = Label(window, text = "Shellac Cut ratio Calculator", justify=LEFT)
rat_hed = Label(window, text = "Pick cut Ratio in Lbs/Gallons", justify=LEFT)
vol_hed = Label(window, text = "Pick desired alcohol volume in mls", justify=LEFT)
# define spinboxes