Descrzione
Semplice esempio di GUI.
Codice
from Tkinter import *
mw = Tk()
label = Label(mw, text="Hello, world!")
label.pack()
mw.mainloop()
"All in V3rgil", "Tutto su Tutto"
Descrzione
Semplice esempio di GUI.
Codice
from Tkinter import *
mw = Tk()
label = Label(mw, text="Hello, world!")
label.pack()
mw.mainloop()
Pubblicato da V3rgil alle 8/19/2008 03:07:00 PM
Etichette: Programmazione, Python, Scripts
0 commenti:
Posta un commento