python3 Easygui的使用

import easygui as g import sys import PIL #圖像庫,必需要安裝,要否則不能顯示圖像 g.egdemo() #msgbox() g.msgbox('hello world!','標題','確認') #choicebox() g.choicebox('你相信我嗎?',choices=['相信','不相信']) #ccbox() 選擇窗口 if g.ccb
相關文章
相關標籤/搜索