码迷,mamicode.com
首页 > 其他好文 > 详细

easyui 点滴记录

时间:2014-11-13 11:05:40      阅读:301      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   ar   os   sp   for   on   2014   

【1.安装】:pip install easygui

【2.常用】

  1. integerbox  交互式输入数字

  2. textbox 交互式输入文本

  3. ccbox  确认判断

  4. boolbox 是否判断

  5. multchoicebox 多选条目

  6. choicebox 单选条目

  7. buttonbox 单选按钮

【3.体验一遍】

import easygui as g
for item in [‘ynbox‘
    , ‘ccbox‘
    , ‘boolbox‘
    , ‘indexbox‘
    , ‘msgbox‘
    , ‘buttonbox‘
    , ‘integerbox‘
    , ‘multenterbox‘
    , ‘enterbox‘
    , ‘exceptionbox‘
    , ‘choicebox‘
    , ‘codebox‘
    , ‘textbox‘
    , ‘diropenbox‘
    , ‘fileopenbox‘
    , ‘filesavebox‘
    , ‘passwordbox‘
    , ‘multpasswordbox‘
    , ‘multchoicebox‘
    , ‘abouteasygui‘
    , ‘egversion‘
    , ‘egdemo‘
    , ‘EgStore‘
    ]:
    getattr(g, item)(item)

【4.效果】

bubuko.com,布布扣


easyui 点滴记录

标签:style   http   io   ar   os   sp   for   on   2014   

原文地址:http://my.oschina.net/sanpeterguo/blog/343808

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!