Python Convert PY to EXE with PyInstaller | Make Setup Installer

preview_player
Показать описание
Join PyQt6 Full Course in Udemy

In this Python video i want to show you about Convert Python PY File to EXE File with PyInstaller, for converting Python PY File to EXE File we can use pyinstaller library, PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. also we will learn
that how you can create setup installer for your EXE File. for creating setup installer we want to use Inno Setup software.

Join my Skillshare Classes for 1 Month Free Access

Support my works on Patreon:

Check My Website

Download Inno Setup Software:

#Python#PYToEXE#PyInstaller
Рекомендации по теме
Комментарии
Автор

really thank you from all of my heart. I spent hours reading documentations here and there and nothing useful like this

ahmadbayrakdar
Автор

Thanks for the help brother. What can I use as a substitute for Inno setup in Mac?

aamirjamal
Автор

Nice useful tutorial. can you please make another tutorial how to create an exe file with photo image

anokhautomation
Автор

Hello @Parwiz, why is it that am getting an error arising from copying the icon?

snex-techprogrammer
Автор

is there any way u can make gtk or gtk binding tutorials? like on c gtk, c++ with gtkmm or python pygobject?
i check ur python GUI and gtk is the only thing isn't covered, there isn't enough tutorial in gtk as whole even so its a default gui for linux which is annoying, would love to see any gtk, gtkmm or pygobject from u.

alaaawad
Автор

If I want to install sql lite database along side with my setup file how can I do that? I want to check if the user has sql lite in system if its not then install it.

saqibshaikh
Автор

For someone else to run the .exe file, do they have to have python on their system?

nawaidkhan
Автор

why doesn't my project using mediapipe work after i convert it to .exe?

VediamoUnPo
Автор

what if i have 2 files ? one is config.ini and actually .py file

gyrhofl
Автор

Thanks bro,
After Exe, python exe taking more time.how to fix this issue?

kathirangamuthu
Автор

Hi Parwiz! I work for a company that is building an online learning platform. Your videos would be a perfect fit! Would it be possible to get an email ID where I can contact you for this?

sahibakhurana
Автор

There's also a bug with the current version of pip. You need to downgrade (pip install pip==18.1), install PyInstaller and then upgrade pip

ianbeaney