GUI:用户图形界面(graphical user interface)
安装easygui:打开cmd命令窗口,输入:pip install easygui
利用msgbox()函数创建一个消息框:
import easygui easygui.msgbox(\'hello there\')
GUI:用户图形界面(graphical user interface)
安装easygui:打开cmd命令窗口,输入:pip install easygui
利用msgbox()函数创建一个消息框:
import easygui easygui.msgbox(\'hello there\')
内容版权声明:除非注明,否则皆为本站原创文章。