!!!Python ![[Pythonの始め方|PythonIntro]] ![[Pythonのサンプル|PythonSample]] !Tips +パスを通しておく ++Windows の場合は、環境変数「TEMP」の「PATH」に、追加する +改行コードが問題になる場合があるので注意 ++http://python.matrix.jp/tips/compatibility/line_feed/ !Links +[PythonRecipe|http://lightson.dip.jp/zope/ZWiki/PythonRecipe] **処理の基本パターンが一覧になっていて便利 !!実行ファイルにする !pyinstaller https://github.com/pyinstaller/pyinstaller/releases *Python 3.7に対応 コマンドプロンプトで実行 pip install pyinstaller *パイソンのスクリプトを書いておいて、 pyinstaller sample.py --onefile とすると、「dist」というフォルダーができて、その中に、sample.exeファイルができる。 これで実行可能。 !!Windows https://www.python.org/downloads/release/python-373/ Windows x86-64 executable installer !!GUI tinker https://wiki.python.org/moin/TkInter