Pythonで作成したアプリを公開して使ってもらったり、Pythonを使わない人にPythonで作成したアプリを渡して使ってもらえるようにしたいと思うことありますよね? この記事では、pyinstallerを用いてPythonプログラムをexe化する方法を紹介します。 まずは ...
今回は、Python スクリプト「timer.py」を「pyinstaller」を使って.exe ファイルに変換する手順を説明します。これにより、Python インタープリタがインストールされていない環境でも、スクリプトを実行可能ですな実行ファイルを作成できます。 timer.pyは前の記事 ...
Py2Exe_Converter is a free, professional & lightweight Windows desktop application that converts Python scripts (.py files) into standalone executable files (.exe) so anyone can run your Python ...
You might have already installed python in your system. But for those who don’t, you can download it from the official website. While installing, make sure to click ...
A script that helps researcher to unpack and decompile executable written in python. However, right now this only supports executable created with py2exe and pyinstaller. This script glues together ...