0

I'm a newbie and am having some problems with finding the documentation of how to implement certain commands for the msgbox. One would be how to terminate the box.

1 Answers1

0

Online Docs, use sys.exit(0) to terminate. If you want to close a specific box I think you'll probably have to graduate to Tk.

John
  • 13,197
  • 7
  • 51
  • 101