8000 GitHub - kailunfan/PyQt5Playground: A project to show PyQt5 widgets like storybook.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kailunfan/PyQt5Playground

Repository files navigation

PyQt Playground

展示 PyQt 常用组件的用法与界面效果.

界面如下,最左侧选择组件,中间为预览区域,右侧为对应代码,代码更改后点击修改,界面会进行刷新.

01

运行

  • pip install -r requirements.txt
  • npm install
  • python main.py
0