Convert Python To Exe Files

preview_player
Показать описание
In this video we learn how to convert Python files (.py) into executable files (.exe) on Windows.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

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

You're literally making me fall in love to programming again, dude. Keep up the beautiful work!

keneteco
Автор

This is what I was exactly looking for, great video, straight to point while also informative. Nicely done.

arinoba
Автор

Hiii and thanx for the video
Was waiting for this!!!

mohith
Автор

Thanks for making this
Really helps alot

Spectrum
Автор

works awesome!
if it says the file isnt found dont rename your file to (name) with the .py at the end if its already a python file

polarrbtw
Автор

Dude, your videos are just a-m-a-z-i-n-g !

mateorequena
Автор

Bro, how did you make your comand prompt transparent???

HypnosisBear
Автор

Can we convert a group of python files or an entire python project, into an executable?

adityaprasad
Автор

Are these projects that you have done with in the last year only able to be done through the Professional Pycharm download, or can I practice and utilize these projects with the community download.

Completely new to Programming, and all the software that comes with it.

dannykomjathy
Автор

Will it work if the file needs to import python module? Also will it work on the computer on which python isn't installed?

shriyanssudhi
Автор

That's nice, but what about packages? For example, I have main.py my_frontend.ui and some modules_1, 2, n.py How can I make .exe from these files?

oiwrggi
Автор

Good video, the problem I've found with PyInstaller though is the Windows Defender picks it up as a virus and deletes it! Most other AV progs are OK but it'd a bit of a problem!

alanjrobertson
Автор

I am trying to convert .py file to .exe . it creates the .exe file but it does not work while the .py file works. its a simple code where i import .csv file and and do some calculation and conditional formatting then try concert it. any suggestion or recommendation?

rfrakesh
Автор

You mentioned at the end that if we want to create an .exe that works you recommend using cpp, c, c# or java.

But isn’t java also an interpreted language?

Great video!

NiklausonNA
Автор

Can you send it to someone else n would it still work??

huzaifashafi
Автор

i adore your vids what software/IDE do you type in?

Black-mzwy
Автор

how can we create unpackable exe files? Does go lang create such executables? Unpacking: exe files to source code.

ajaykumark
Автор

it gives me pyinstaller is not recognized as internel or external command any help

trusaberingo
Автор

If your program is slow to start, avoid using --onefile. This option bundles everything into one file, similar to a zip. Running it involves extracting everything to a temporary folder, which slows down startup. Without --onefile, there's no extraction, so it starts faster.

seanzhang
Автор

Do I need to keep the icon.ico file in the same project folder? as it showing error unable to open the .ico file

anirbanjana