安装PySimpleGUI
时间: 2023-06-21 12:16:02 浏览: 102
PySimpleGUI
好的,你可以使用以下命令在终端或命令行中安装 PySimpleGUI:
```
pip install PySimpleGUI
```
如果你使用的是 Python3,可以使用以下命令:
```
pip3 install PySimpleGUI
```
安装完成后,你可以在 Python 中使用 PySimpleGUI 来创建 GUI 程序。
阅读全文
PySimpleGUI