python基础-简单的GUI界面

采用tkinter实现了几个简单的GUI界面

调用tkinter的方式非常简单,只需要如下几行代码

1 import Tkinter 2 top = Tkinter.Tk() 3 # Code to add widgets will go here... 4 top.mainloop()

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgypjf.html