Python Tutorial: Convert python file (.py) into .exe l Add custom icon (step by step)

Veröffentlicht am: 21 Juli 2024
auf dem Kanal: Ferds Tech Channel
1,531
12

In this video, I will cover how to convert python file (.py) into .exe.

PyInstaller is a popular tool for converting Python applications into standalone executables,
making it easier to distribute and run your applications on different systems without requiring a Python interpreter.

Procedure:
1. Install PyInstaller:
pip install pyinstaller
2. Create the executable:
Syntax: pyinstaller --onefile --noconsole --icon=myicon.ico app.py
Example: pyinstaller --onefile --noconsole --icon=switch.ico COMMANDS_RUNNER.py

--onefile: Packages everything into a single executable file.
--noconsole: Ensures no console window appears when running the executable (useful for GUI applications).
--icon=myicon.ico: Adds a custom icon to the executable.

3. Locate your executable in the dist directory:
dist/app.exe


Resources:
https://pyinstaller.org/en/stable/
https://www.iconarchive.com/

#python #pythonforbeginners #programming


Auf dieser Seite können Sie das Online-Video Python Tutorial: Convert python file (.py) into .exe l Add custom icon (step by step) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Ferds Tech Channel 21 Juli 2024 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,531 Mal angesehen und es wurde von 12 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!