home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tkisrc04.zip / pycmd / guitest.cmd next >
OS/2 REXX Batch file  |  1998-08-27  |  110b  |  8 lines

  1. extproc pypmcmd
  2.  
  3. from Tkinter import *
  4.  
  5. txt = Label(text = "This is a test")
  6. txt.pack()
  7. txt.mainloop()
  8.