How to set icon in pyinstaller? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to set icon in pyinstaller?

For converting python file to exe file we use pyinstaller and give command "pyinstaller - - one file app.py" But how can I set the icon using pyinstaller

21st Sep 2020, 7:24 AM
Rahul
Rahul - avatar
1 Answer
+ 2
pyinstaller -i ICON_PATH ... Check this out for more info: https://youtu.be/lOIJIk_maO4
21st Sep 2020, 7:47 AM
Bagon
Bagon - avatar