I don't know how to write Greek letters in a GUI. I am working on a Physics program and I need to show units on the GUI.
Do I have to download any extra libraries? Is there a module I have to use? What is the easiest way to write the letters in the GUI?
I read a lot about UTF8 but didn't figure out how to use it.
I am using Tkinter for the GUI
I am using Python 2.6.6
Thanks