andayanglei
发表于 2018-7-30 15:44:08
支持
njqijie
发表于 2018-7-30 21:27:42
谢谢!!这个论坛很不错!!
PrayWind
发表于 2018-7-30 23:21:43
我在努力赚鱼币{:5_100:}
zozowit
发表于 2018-7-31 11:13:04
感谢小甲鱼的辛勤劳动
strike007
发表于 2018-7-31 20:30:42
好棒,加油
zozowit
发表于 2018-7-31 22:46:53
import easygui as g
import sys
choices = ['愿意', '不愿意', '有钱的时候愿意']
if g.ccbox('小甲鱼问券调查', title='标题', choices=('确定', '退出'), image='turtle.gif'):
reply = g.choicebox('你愿意购买资源打包支持小甲鱼吗?', choices = choices)
g.msgbox('你的选择是:' + str(reply), ok_button='加油!')
reply = g.choicebox('选一个',title='choicebox', choices = ('a', 'b', 'c', 'multchoicebox'))
g.msgbox('你的选择是:' + str(reply), ok_button='加油!')
reply = g.multchoicebox('选多个',title='multchoice', choices = ('a', 'b', 'c', 'd'))
g.msgbox('你的选择是:' + str(reply), ok_button='加油!')
else:
bb_ret = g.buttonbox(msg='buttonbox', title='buttonbox_title', choices=('b1', 'b2', 'indexbox'))
if bb_ret == 'indexbox':
bb_ret = g.indexbox(msg='indexbox', title='buttonbox_title', choices=('0', '1', '2'))
if bb_ret == 0:
bb_ret = g.boolbox(msg='boolbox', choices=('Yes', 'No'))
g.msgbox('你的选择是:'+ str(bb_ret), ok_button='再见')
sys.exit(0)
s2318037
发表于 2018-8-1 16:49:00
看看怎么用
YUNCloud
发表于 2018-8-2 14:38:03
弄半天
wesleyhu
发表于 2018-8-2 16:07:36
easygui 0.98 如何修改默认设置?
洛凌风
发表于 2018-8-2 19:52:59
{:5_92:}不错不错哦哦哦
结了霜的泪
发表于 2018-8-2 21:36:13
甲鱼老师,单位网络限制了pip安装,只能下载再安装。。。。
只想敲代码
发表于 2018-8-3 08:08:42
谢谢鱼哥!感谢
645064301
发表于 2018-8-3 17:39:07
感谢楼主分享
橙子橙子啊
发表于 2018-8-3 18:53:49
这个可以做企业级开发吗?
zjcqn
发表于 2018-8-3 20:47:22
鱼币怎么获得啊。
lll21986
发表于 2018-8-4 10:42:17
很实用
andayanglei
发表于 2018-8-6 19:52:26
好
zxc七哥
发表于 2018-8-7 08:21:41
鱼币不够。。。
SUSU1124
发表于 2018-8-7 12:55:18
不会安装怎么办 和四年前的视频不一样了TT
朝夕之伤
发表于 2018-8-7 15:22:51
为什么我的界面里的字不是居中的啊