028_pysimplegui - kotaproj/study_zenpan GitHub Wiki
todo
https://qiita.com/dario_okazaki/items/656de21cab5c81cabe59
sgui全般 http://www.k-techlabo.org/www_python/PySimpleGUI.pdf
https://it-for-pharma.com/pysimplegui%E3%81%A7gui%E3%82%A2%E3%83%97%E3%83%AA%E3%82%92%E4%BD%9C%E3%81%A3%E3%81%A6%E3%81%BF%E3%81%9F-%E3%81%9D%E3%81%AE1 https://monacat.netlify.app/blog/2020-02-28-PySimpleGUI%E3%81%8C%E4%BB%8A%E3%82%AD%E3%81%A6%E3%82%8B%E3%81%8B%E3%82%82%E3%81%97%E3%82%8C%E3%81%AA%E3%81%84/
ui関連 ファイルを開く
main - while - handler.handel()
handler - handle - presenter.input_text_event
presenter - input_text_event() ->model - install_text()
とりあえずつくった
モジュールをインストール
https://qiita.com/ANNEX_IBS/items/6ffde6c379f5db435880
pythonの使い方 バイナリファイルの扱い