0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

超簡単にPythonファイルをexe化(auto-py-to-exe)

Posted at

pyinstallerのラッパーであるauto-py-to-exeライブラリを使ってPythonファイルを簡単にexe化できます。

1. ライブラリのインストール

pip install auto-py-to-exe

2. auto-py-to-exeを起動

以下のコマンドを実行する。

auto-py-to-exe

3. ファイルを選択する

f44f2542160236a239f93770b418485b.png

  • Script Location:exe化したいpythonファイルを選択する
  • Onefile:「One Directory」を選択する
  • Console Window:「Window Based」を選択する
  • Icon:Iconファイルを選択する
  • Additional Files:pythonファイルで参照しているファイルを選択する

4. exeファイルを生成

「CONVERT .PY TO .EXE」を実行後、outputフォルダが生成され、そのフォルダの直下にexeファイルが生成されている

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?