hello_world1.py
来自「The major functionality added in this re」· Python 代码 · 共 10 行
PY
10 行
# As simple as it getsimport PicoGUI# for PG_APP_TOOLBAR you'd use PicoGUI.ToolbarApp()app = PicoGUI.Application('Greetings')l = app.addWidget('Label')l.side = 'All'l.text = 'Hello, World!'l.font = ':24:Bold'app.run()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?