How to change tkinter icon that appears at the bottom of the screen with other running applications. I have tried running the app and setting the icon using c programming and and the WiNExec() function to silently open main.py The bitmap for the app is set but the bottom icon still shows the default icon.
Asked
Active
Viewed 28 times
2
-
If you convert the GUI to an exe, then you can choose an icon that will show up when you run the exe. Otherwise running the `py` file will usually show the python icon itself. – Delrius Euphoria Jul 11 '22 at 00:16