“Buat pycharm file exe” Kode Jawaban

Kode untuk membuat file exe untuk python

pip install pyinstaller

cd PathOfFile

pyinstaller --onefile -w ScriptName.py

(note that if you are using -w then your python file has to be an application and the file will be inside the "dist" folder)
Condemned Cowfish

Buat pycharm file exe

In PyCharm use External Tools to make exe 
Settings -> External Tools
Name: PyInstaller  Group: External Tools
Program: [PATH]\pyinstaller.exe
Argument: main.py
Working directory: $ProjectFileDir$

How to use:
In current project go to menu Tools -> External Tools -> PyInstaller
I hope it helps!
Sparkling Salamander

Buat pycharm file exe

pip gaand mara
Smoggy Skimmer

Jawaban yang mirip dengan “Buat pycharm file exe”

Pertanyaan yang mirip dengan “Buat pycharm file exe”

Lebih banyak jawaban terkait untuk “Buat pycharm file exe” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya