Answers for "how to create exe file with the icon image in python"

2

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 create exe file with the icon image in python"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language