Python py to exe

Python py to exe

Bro Code

4 года назад

93,972 Просмотров

Ссылки и html тэги не поддерживаются

12+2=


Комментарии:

@abdelrahmansameh5183
@abdelrahmansameh5183 - 07.11.2022 03:35

i have an error that the program after be exe it is run always never stops i have made it in multiprocessing @Bro Code

Ответить
@MrEdoben
@MrEdoben - 18.11.2022 15:56

THX BRO

Ответить
@Dripdaddy92
@Dripdaddy92 - 30.11.2022 18:25

I made a program and tried to send it to a few people via discord and email but both got flagged for malware. I cant seem to find a work around on the internet. maybe im not looking hard enough. the program works fine on my pc. Anyone have a solution for this problem?

Ответить
@praveendesu
@praveendesu - 26.12.2022 05:33

I installed pyinstaller successfully, but I'm getting this error when trying to convert a python file to .exe. Please help.

'pyinstaller' is not recognized as an internal or external command,
operable program or batch file.

Ответить
@astroo0o0
@astroo0o0 - 29.12.2022 14:21

TYSM, Bro, you really helped me, now I can send my projects to other people, even if they do not have a python :).

Ответить
@NOTHING-en2ue
@NOTHING-en2ue - 29.12.2022 15:16

Mac users just die 😭

Ответить
@zahramanafi4793
@zahramanafi4793 - 06.02.2023 21:20

I did the same but I recieved this error "'pyinstaller' is not recognized as an internal or external command,
operable program or batch file." :(

Ответить
@DavidR...
@DavidR... - 23.02.2023 18:04

Nuclear launch codes 🤣🤣🤣🤣😎

Ответить
@DavidDavid-zm1kj
@DavidDavid-zm1kj - 08.03.2023 19:50

And how make multy file to exe

Ответить
@creemcheese9416
@creemcheese9416 - 18.03.2023 19:07

Thanks so much I will try this and this is why it wouldn't work I never set a directory

Ответить
@Lurkingbird
@Lurkingbird - 26.04.2023 08:44

I can't install pyinstaller

Ответить
@zuhriddinmarufjon2757
@zuhriddinmarufjon2757 - 28.04.2023 09:27

Today I finished writing my first app with this channel. Thank you very much

Ответить
@xlCool
@xlCool - 29.04.2023 03:39

"Nuclear launch codes" 💀💀💀

Ответить
@omarsplaytimechannel
@omarsplaytimechannel - 01.05.2023 15:53

Help, I have an error.

pyinstaller : The term 'pyinstaller' is not recognized as the name of a cmdlet, function, script file, or operable
program.

I changed the directory and it never worked, I downloaded it with pip, pip3 and py -m pip

Ответить
@kvelez
@kvelez - 27.05.2023 01:32

Great video.

Ответить
@jimmylee3760
@jimmylee3760 - 04.06.2023 16:11

thanks

Ответить
@Siissioe123
@Siissioe123 - 21.06.2023 11:23

Will this work even if I have some other files to build the exe?

Ответить
@masculinshorts
@masculinshorts - 21.07.2023 01:52

pyinstaller -F after i hit enter and it shows pyinstaller: error: the following arguments are required: scriptname ,why?

Ответить
@cyberroland8061
@cyberroland8061 - 23.07.2023 20:38

made some of my programs into .exe but 2 weeks later all my . exe programs say an error message and code return -1.

Ответить
@mystic9609
@mystic9609 - 25.07.2023 09:04

I want to know the process, can't find info on it 😢

Ответить
@arpanshah355
@arpanshah355 - 25.07.2023 16:50

this is gonna be so helpful for pranking my family lol

Ответить
@gobbogrob
@gobbogrob - 30.07.2023 00:58

WOOOO THANK YOU SO MUCH FOR THIS!!

Ответить
@Tr0ll_Guy
@Tr0ll_Guy - 11.08.2023 14:38

It helps alot thx!! :)

Ответить
@Tristan-Ware
@Tristan-Ware - 20.08.2023 01:23

thank you so much.

Ответить
@daviper318
@daviper318 - 16.09.2023 20:06

pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install pyinstaller
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Ответить
@Venta-wd6hh
@Venta-wd6hh - 24.09.2023 13:00

it says py installer couldnt be found

Ответить
@trilochandas4527
@trilochandas4527 - 06.10.2023 15:06

Just nearly find your channel. By watching your video occasionally i starting to luffing )) like your vibe, Bro! 👊

Ответить
@kingButthornGriff
@kingButthornGriff - 11.11.2023 04:22

The best

Ответить
@Panduhman360
@Panduhman360 - 13.11.2023 04:40

This is great but doesnt show how to keep image and music files attached to the game application.

Ответить
@aleksitjvladica.
@aleksitjvladica. - 13.11.2023 21:09

[SOLVED]
How to do this in other operative systems and the next error on Windows.
C:\Users\Vlada-PC\Desktop>pyinstaller -F -w main.py
'pyinstaller' is not recognized as an internal or external command,
operable program or batch file.

I will start from the beginning and show you how little there is that is needed to be done.
Considering you have a full and working code you want to export.
Using only PyCharm, it's terminal and no cmd.
Secure that your project has "pip" and "pyinstaller" which comes with "pyinstaller-hooks-contrib".
To secure that go there: "File", "Settings", "Project: Name", "Python Interpreter".
Secure that they are not broken, incomplete, mostly because accidentally deleted some parts at some point or dependant files.
To secure that they are not broken remove them by selecting them followed by "Delete" hotkey of the keyboard or "-" button labelled "Uninstall" and then install them again by pressing "Alt" hotkey followed by "Insert" hotkey or by pressing "+" labelled "Install", finding and selecting them on the list and then pressing "Install Package".
Do not forget to press "Apply" or "OK" in order to save the newly edited packages.
Also, a package could be deleted and installed with typing in the Terminal: "python -m pip uninstall package_name" and "python -m pip install package_name".
When Terminal starts working, wait for it to finish, do not do anything else in PyCharm while it is loading, for secutiry.
Secure to have all packages up to date.
To secure that from the same window Python Interpreter, compare "Version" with "Latest Version", and also in "Version", just (right) after the version number, shall be a little "▼" or "▲" (I forgot which) that represent that the current package is out of date or that it could update, if is, in the terminal tab, write: "python -m pip install --upgrade package_name".
In "Terminal" write the command he gave (pyinstaller -F -w (icon config here is not needed) main.py).
Two files will appear: "build" and "dist".
From "dist" take "main.exe" or whatever your script is called to your computer by cut/copy-paste or drag-and-drop methods.
Delete "build" and "dist" files.
Repeat this process each time you want to update the project to the next version.

Ответить
@joehaar1466
@joehaar1466 - 24.11.2023 05:07

So almost nobody cares that Bro has nuclear launch codes on his desktop? Hm...

Ответить
@popninetyone
@popninetyone - 17.12.2023 23:22

Please can you show me, How can I do it on Mac OS?

Ответить
@sammyay-man2754
@sammyay-man2754 - 20.12.2023 16:18

Have you tried pyscript?

Ответить
@TeGoatOfMinecraft
@TeGoatOfMinecraft - 21.12.2023 19:48

it dosent work. the cmd says it dont know what pyinstaller is

Ответить
@popenv9471
@popenv9471 - 24.12.2023 08:38

On macbook, I can’t like that.
Please, can you make video, How to do like that on mac OS

Ответить
@sceti
@sceti - 31.01.2024 21:35

RuntimeError: Execution of 'set_exe_build_timestamp' failed - no more attempts left!

Ответить
@NashPrat
@NashPrat - 29.02.2024 15:20

I trust a guy with nuclear launch codes

Ответить
@globalpepe4094
@globalpepe4094 - 07.03.2024 15:24

Thanksssss

Ответить
@Fuzmonster59
@Fuzmonster59 - 17.04.2024 13:52

Is it always so bulky?

My 6kb .py file was turned into a 25mb .exe file, which isn't as easy to send around.

Ответить
@cristiucvladimir7909
@cristiucvladimir7909 - 06.05.2024 16:46

Thanks Bro for this video!

Ответить
@BA11-099NguyễnSơnTùng
@BA11-099NguyễnSơnTùng - 10.05.2024 16:27

I accidentally placed pyinstaller on the C/admin drive and now my C drive is cramped, what should I do to free up space? Can you help me? I sincerely thank you

Ответить
@Rxkx_99
@Rxkx_99 - 31.05.2024 13:26

ahh yes a very casual "nuclear launch codes" folder casually sitting on ur desktop

Ответить
@qoig
@qoig - 01.06.2024 18:01

Have installed it but: "'pyinstaller' is not recognized as an internal or external command,
operable program or batch file." Why?

Ответить
@Laioneel
@Laioneel - 07.06.2024 05:21

When i transform it into a .exe, my computer can run it well, but in others computers, doesnt work because of the libraries i've imported in my code. How can i solve this?

Ответить
@kacperwawrzyniak5353
@kacperwawrzyniak5353 - 08.08.2024 04:08

So i tried to do so but with dictionary not one file and my program won't run. There is no even error to let me know what's wrong T,T

Ответить
@Mrtypist98
@Mrtypist98 - 08.08.2024 21:36

Thank you! very useful and interesting video!

Ответить
@NickMac-w9i
@NickMac-w9i - 27.11.2024 19:05

Why does that python look different

Ответить