Is i开发者_开发百科t possible to display a Python Tkinter window in the bottom right hand corner of the screen? If so, how?
Yes, it is possible. You use the wm_geometry method of the window to specify the geometry (width, height, x and y location) of the window.
精彩评论