Como alterar o ícone de um arquivo python exe
when building python file:
Note: file must be of type .ico
pyinstaller hello.py --icon=icon.ico
MunchDuster
when building python file:
Note: file must be of type .ico
pyinstaller hello.py --icon=icon.ico