pythonで作成したプログラムは、当たり前ですが基本的にはpython環境がないと実行できません。しかし、$${\verb|pyinstaller|}$$というものを使うと$${\verb|.py|}$$のファイルを$${\verb|.exe|}$$に変換してWindowsならばどこでも実行できるようになります。今回はその方法を ...
Primera versión oficial de la app. Esta calculadora fue creada con Python y PyInstaller. Para usarla, solo descarga el archivo .exe de abajo y ejecútalo. No necesitas instalar nada más. SHA-256 ...
このnote記事は、ミトマがPythonプログラミングで覚えておきたい内容を自分のために残すものです。 それを実現するのが、プログラムを一つの実行ファイル(Windowsなら.exeファイル)に変換する**「コンパイル」**という作業です。この記事では、そのための ...
シンプルな操作でPythonスクリプトをWindows実行ファイル(.exe)に変換するツール / A tool that converts Python scripts to Windows executable files (.exe) with simple operations.