Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/zztkm/pysimplegui-example
- Owner: zztkm
- Created: 2020-08-26T23:32:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T08:06:50.000Z (about 3 years ago)
- Last Synced: 2024-12-20T23:29:52.553Z (14 days 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名も含めて調べると解決できるかもしれません。