Convert Python Script to exe File | Faster than PyInstaller | Quick Startup | Windows Installer

preview_player
Показать описание
In this video, I demonstrate how you can convert your python script to a windows installer .exe file and make the program launch faster than it would if you had used PyInstaller to create a single executable file.

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

This is the best instruction I have seen yet for creating a Python program installer. Thank you very much.

davidbeauchesne
Автор

Title: "Faster than pyinstaller"
Him: using pyinstaller....

random-user-s
Автор

Man seriously, just how much simple and to the point instructions were, I am really in awe and thanks for making this video your earned a sub

rajsinghchauhan
Автор

No words to describe how much helpful this video was!!!

Thanks a million 🙏

VisualsofAyan
Автор

You're the real man.
I made a gui version of rock paper scissors game with tkinter in python and my program contained images. Now what pyinstaller does when you use the --onefile flag is that it packs everything in one exe file which creates a temp directory and mei directory, bec of the creation of these two directories the path that I gave for my images in my code was disturbed. I tried using cx_freeze too and a lot of other .py to .exe converters but I got no success. Finally I found your video here on youtube and now my game is working as it should.

akshatgupta
Автор

I faced error "pyinstaller is not recognised as internal or external command pls help"

frontogaming
Автор

I'm delighted bumping into your video...
Thanks a lot for the given guide
I made my second step
Now I have a calculator

AI_Mirror_Company
Автор

Hello, uhmm i know a year passed but can you help me for something if you see this message?When I use pyinstaller module I get this error

"pyinstaller' is not recognized as an internal or external command,
operable program or batch file."
Do you know how can i fix it?

sucukluomlet
Автор

Really helpful!! Exactly what I was looking for!!

dr.stephen.strange
Автор

thank you indian man, way better than the americans

_AultraGreen_
Автор

Really helpful. Thank you so much.
Would recommend doing a video where you you will use pyinstaller to convert python script to exe and then use Inno Setup compiler on the same.
Anyway thanks again!!

pranavdesai
Автор

how can i include modules like numpy and pygame with this (only installed them in pycharm)

amonri
Автор

Hey, this is really good! Thanks for walking through the process. :)

bengeorge
Автор

Python Ttkinter project not working when converted to .exe software opening properly but problem is before converting script in to exe buttons are properly working but when i converted it in to exe the gui is not responding means software is opening but kind of dummy software you'll feel like. also not showing any error help dont know how to solve also gui is made with tkinter

dork
Автор

Thank you! Amazing stuff. You helped me a lot

fsadd
Автор

Great video! I used that pyinstaller method and its pretty bad, this has been real usefull, thanks alot!

imibuks-replit
Автор

thank you for the great video, when i tried this method with a bigger project with linked files and subfolders, i get an error when running
for example i have some widgets to load from a widgets directory, and for some reason the program doesn't recognize it
ERROR : FileNotFoundError: [Errno 2] No such file or directory: 'widgets\\main_widget.ui'
i have tried replacing the main.exe file to the root of the project folder, it works when i run it using the exe from pyinstaller, but opon running after installation using your method, i get that error message

khalilebdelli
Автор

thanks a man alot exactly i was looking for this for 4 months finally found it

sulekhabaranwal
Автор

Thank you for this great tutorial. I only have one question: Can you delet the exe programm which installed the, ,app'' or not?

kombo
Автор

Sir, my program has flask, mysql. How would I convert this python program to desktop app? Thanks

MKSundaram