python界面

 1 import easygui as g
 2 import sys
 3 
 4 while 1:
 5         g.msgbox("我一定要学会编程!","加油!")
 6         #choices = ['愿意', '不愿意', '有钱的时候愿意']
 7         #g.choicebox('你愿意购买资源打包支持小甲鱼吗?', choices = choices)
 8 
 9         g.buttonbox("刷个",image="doubi.gif",choices=("","","不帅"))
10         
11         if g.ccbox("继续",choices=("","不要")): 
12                 pass  # user chose Continue
13         else:
14                 sys.exit(0)     # user chose Cancel

 1 import easygui as g
 2 import sys
 3 
 4 while 1:
 5         g.msgbox("我一定要学会编程!","加油!")
 6         #choices = ['愿意', '不愿意', '有钱的时候愿意']
 7         #g.choicebox('你愿意购买资源打包支持小甲鱼吗?', choices = choices)
 8 
 9         #g.buttonbox("刷个",image="doubi.gif",choices=("帅","衰","不帅"))
10         str=g.enterbox()
11         if g.ccbox(str,choices=("","不要")): 
12                 pass  # user chose Continue
13         else:
14                 sys.exit(0)     # user chose Cancel

 1 import easygui as g
 2 import sys
 3 
 4 while 1:
 5         g.multpasswordbox("请输入")
 6         #g.msgbox("我一定要学会编程!","加油!")
 7         g.textbox(text="nihao",codebox=1)
 8         g.fileopenbox()
 9         #g.diropenbox()
10         g.multpasswordbox("请输入")
11         #choices = ['愿意', '不愿意', '有钱的时候愿意']
12         #g.choicebox('你愿意购买资源打包支持小甲鱼吗?', choices = choices)
13 
14         #g.buttonbox("刷个",image="doubi.gif",choices=("帅","衰","不帅"))
15         str=g.enterbox()
16         if g.ccbox(str,choices=("","不要")): 
17                 pass  # user chose Continue
18         else:
19                 sys.exit(0)     # user chose Cancel

 

转载于:https://www.cnblogs.com/13224ACMer/p/6052851.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值