PyInstallerは、Pythonファイルを実行可能ファイル(.exe)へ変換するためのライブラリです。
Visual Studio Code (VSCode)でのPyInstallerのインストール方法を説明します。
PyInstallerのインストール方法
PyInstallerのVSCodeでのインストール方法は簡単です。
TERMINALで、以下を入力するだけでOKです。
py -m pip install PyInstaller
PyInstallerは、Pythonファイルを実行可能ファイル(.exe)へ変換するためのライブラリです。
Visual Studio Code (VSCode)でのPyInstallerのインストール方法を説明します。
PyInstallerのVSCodeでのインストール方法は簡単です。
TERMINALで、以下を入力するだけでOKです。
py -m pip install PyInstaller
記事がありません