Home > other >  I use python pyinter create a Windows application window, hope to be able to display in screen (note
I use python pyinter create a Windows application window, hope to be able to display in screen (note

Time:10-03

-- -- -- -- -- -- -- -- python version
2.7 32 bit python

-- -- -- -- -- -- -- -- code
The from Tkinter import Tk
Tk=tk ()
Tk. Mainloop ()

So that we can create a window, only need window is displayed in the expansion screen (preferably in the mouse on the screen), thank you
  • Related