Python .py to .exe and icon

preview_player
Показать описание
if have problem with pyinstaller ty 'pip install --pre pyinstaller'

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

Thank you! That was easy: just add ' -i "icon.ico" '

ostapbender
Автор

Thank you Bro! I searched this video for a long time

DamianChagas
Автор

i have i problem when i install pyinstaller and try to make the py file to exe like the video in cmd it shows to me no module named pyinstaller but i already installed?? how can i fix it

shajor
Автор

if it doesn't work, try changing the exe file name or copy and paste the exe to a dir

ykaueh
Автор

Simple video's make big changes :)

HelloHello-xkoo
Автор

Very useful, thank you my friend. Best regards.

danielmolina
Автор

Hey... what is the iconbitmap command you put into your .py file to show the same icon on the top left corner of your app window when you run it? Thanks in advance...

Mrpharanoyac
Автор

It works if i write the whole path but it doesn't when I just write the file name even if I'm in the same folder as the python file

widepootis
Автор

Does the exe file show the icon if the file named "icon.ico" is not in the computer?

unknow.n
Автор

the icon changed but when i put the exe on the desctop it has the normal python logo, can anyone help please

lancercreep
Автор

It doesn't work for me ! I cannot set the icon, Please help

louismaurin
Автор

what about linux ubuntu, my icon not show

williamkyorazo
Автор

I want to make only one exe file with icon so how to do it

samraatadhikari
Автор

anybody has any idea how to change the title ????

swayamyadav