早速やってみます。
PySimpleGUIは標準ライブラリではないので、インストールします。
python3 -m pip install pysimplegui
Collecting pysimplegui
Downloading PySimpleGUI-4.60.4-py3-none-any.whl (509 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 9.3 MB/s eta 0:00:00
Installing collected packages: pysimplegui
Successfully installed pysimplegui-4.60.4
アプリ作成中に
import _tkinter # If this fails your Python may not be configured for Tk
^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_tkinter'
こんなのが出てきました。
こちらの対応を検討します。