ZBGG Newbie Joined Sep 8, 2021 Messages 25 Reaction score 12 Sep 14, 2021 #1 hello my friends, how can change image of application ?
Walterwhit Supreme Member Joined Jan 22, 2020 Messages 1,348 Reaction score 1,304 Sep 14, 2021 #2 there is an application by the name resource hacker, use that. Should work without problem.
S SkylabAquarius Newbie Joined May 8, 2021 Messages 30 Reaction score 19 Sep 14, 2021 #3 When you run pyinstaller, you can just pass it the --icon flag. https://pyinstaller.readthedocs.io/en/stable/usage.html?highlight=icon
When you run pyinstaller, you can just pass it the --icon flag. https://pyinstaller.readthedocs.io/en/stable/usage.html?highlight=icon
yellowcat Regular Member Joined Aug 27, 2015 Messages 404 Reaction score 297 Sep 15, 2021 #4 if --icon doesn't work and u are making a gui using qt u would need to set the icon in qt and have the .ico file in same folder as app
if --icon doesn't work and u are making a gui using qt u would need to set the icon in qt and have the .ico file in same folder as app