Answers for "how to change the icon of a python exe file"

1

how to change the icon of a python exe file

when building python file:
Note: file must be of type .ico
pyinstaller hello.py --icon=icon.ico
Posted by: Guest on August-10-2021

Code answers related to "how to change the icon of a python exe file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language