How to Convert any Python File to .EXE

How to Convert any Python File to .EXE

Tech With Tim

5 лет назад

1,838,686 Просмотров

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


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

Tech With Tim
Tech With Tim - 03.12.2018 00:10

To add an icon to your .exe file to do: pyinstaller -i [iconfile] [file_name] . Making sure that your icon file is in the same directory that your cmd is in.

Ответить
Sourangshu
Sourangshu - 08.11.2023 10:49

But if the dependent python file are giving me errors

Ответить
Fun Fab Reviews
Fun Fab Reviews - 28.10.2023 10:24

Dude you ruined my computers python when i uninstaller and reinstalled python

Ответить
Salvatore Amaddio
Salvatore Amaddio - 25.10.2023 13:01

Hero

Ответить
Leon Sebel
Leon Sebel - 12.10.2023 02:50

There is actually a way to create directly one .exe file with everything inside it using pyinstaller. No need to create a installer file like shown in the video.
Great video tho

Ответить
Tunaburn
Tunaburn - 26.09.2023 01:15

Thank you so much

Ответить
Danial Qaranjig
Danial Qaranjig - 25.09.2023 19:26

👍👍thanks

Ответить
Phil Makurin
Phil Makurin - 13.09.2023 17:27

wow! you put pip installing, pyinstaller and NSIS basic in 8 mins. awesome! thank you

Ответить
Kaan Ciğer
Kaan Ciğer - 07.09.2023 00:57

eywallah kanzi

Ответить
Ushq QgA
Ushq QgA - 03.09.2023 12:20

when i turned the py file to exe file, i got a trojan popup from windows.

Ответить
Kitten
Kitten - 14.08.2023 23:54

this shit confusing asf

Ответить
imanah christopher
imanah christopher - 10.08.2023 18:21

I don’t know if you can help me with converting my kivy file to exe cus whenever I use pyinstaller to do the conversion I run into errors after it coverts it doesn’t start.. I’ve all the module installed and dependencies yet it still doesn’t work. Pls help me

Ответить
Igor Souza
Igor Souza - 01.08.2023 14:40

If I want to hide the source code?

Ответить
Dodobird
Dodobird - 28.07.2023 20:16

how do you launch the exe from the launch file setup?

Ответить
Soti Vezenkov
Soti Vezenkov - 25.07.2023 16:36

quick, right to the point, thank you!

Ответить
Savior VX
Savior VX - 17.07.2023 15:02

would be nice if someone uses a github script/ tool dependant on other modules as a example but its ok

Ответить
Tuan Anh Nguyen
Tuan Anh Nguyen - 09.07.2023 16:12

anyone has this error when use pyinstaller: Exception: Unable to access file 'C:\WINDOWS\system32\api-ms-win-crt-runtime-l1-1-0.dll': [Errno 13] Permission denied: 'C:\\WINDOWS\\system32\\api-ms-win-crt-runtime-l1-1-0.dll'

Ответить
YvngKuba
YvngKuba - 27.06.2023 17:02

I don't have "pip" command in my cmd

Ответить
Joshua Nuka
Joshua Nuka - 24.06.2023 01:25

i keep getting this error but i don't know what to do " 'pyinstaller' is not recognized as an internal or external command,

operable program or batch file."

Ответить