from easygui import * def cb(box): print(box._text) box.stop() textbox("请输入您的个人介绍","个人介绍",callback=cb)
settings
unfold_less visibility play_arrow