Nov 15, 2023

make a Python code executable (.exe)

Method 1.

python -m pip install pyinstaller

python -m PyInstaller --noconfirm --onefile --windowed  code.py



Method 2.

python -m pip install auto-py-to-exe

python -m auto_py_to_exe



No comments:

Post a Comment