用于快速的开发测试工具
目前已经支持输入框、文本框、表格、按钮
开发步骤:
获取应用根元素
>>> app = CoApp() >>> root = app.get_root() # 启动应用主循环 >>> root.mainloop()
运行效果: