Python Forum
what is this tcl GUI code?
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is this tcl GUI code?
#4
chesschaser… you seem to have forgotten a line that is required.
from tkinter import *
window = Tk()
window.title("My First Window")
window.mainloop()
"Often stumped... But never defeated."
Reply


Messages In This Thread
what is this tcl GUI code? - by Luke_Drillbrain - May-05-2017, 03:11 AM
RE: what is this tcl GUI code? - by Larz60+ - May-05-2017, 05:24 AM
RE: what is this tcl GUI code? - by chesschaser - May-20-2020, 01:25 PM
RE: what is this tcl GUI code? - by DT2000 - May-21-2020, 05:36 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020