Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/pysimplegui-example

https://pysimplegui.readthedocs.io/en/latest/
https://github.com/zztkm/pysimplegui-example

Last synced: 10 days ago
JSON representation

https://pysimplegui.readthedocs.io/en/latest/

Awesome Lists containing this project

README

        

# PySimpleGui example

PythonでGUI作って遊ぶ

## refs

https://pysimplegui.readthedocs.io/en/latest/

## setup

```shell
(venv) pip install pysimplegui pyopenssl json2html
```

```shell
(venv) python main.py
```

## troubleshooting

こんなエラーが出た!
```shell
ModuleNotFoundError: No module named 'tkinter'
```

こんな感じでググってください。

```
Windows ModuleNotFoundError: No module named 'tkinter'
```

OSによって解決方法がちょっと違うのでOS名も含めて調べると解決できるかもしれません。