https://github.com/zztkm/pysimplegui-example
https://pysimplegui.readthedocs.io/en/latest/
https://github.com/zztkm/pysimplegui-example
Last synced: 3 months ago
JSON representation
https://pysimplegui.readthedocs.io/en/latest/
- Host: GitHub
- URL: https://github.com/zztkm/pysimplegui-example
- Owner: zztkm
- Created: 2020-08-26T23:32:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T08:06:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T01:18:25.178Z (3 months ago)
- Language: Python
- Homepage: https://pypi.org/project/py-ssl-checker/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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名も含めて調べると解決できるかもしれません。