- Python GUI Programming Cookbook(Second Edition)
- Burkhard A. Meier
- 37字
- 2021-07-09 19:51:07
How it works...
This gives a title to the main root window by using the built-in tkinter title property. After we create a Tk() instance, we can use all the built-in tkinter properties to customize our GUI.