LoginSignup
0
0

業務を効率化するPython入門【11.実行ファイル化(.exe)する】

Posted at
pip install pyinstaller
pyinstaller filename.py

pyinstaller filename.py --onefile # 1つの.exeファイルにまとめる
pyinstaller filename.py --noconsole # .exe実行時にコンソールを表示しない
pyinstaller filename.py --onefile --noconsole # 上記両方

Next:業務を効率化するPython入門【12.定期実行】

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