Simple windowed application: Difference between revisions

m
Line 1,641:
=={{header|Python}}==
 
==={{libheader|Tkinter}}===
<lang python>from Tkinter import Tk, Label, Button
 
Line 1,700:
app.exec_loop()</lang>
 
==={{libheader|wxPython}}===
<lang python>import wx
 
Anonymous user