How do I change the task bar and desktop icon of a program in Python?

1.6k Views Asked by At

I am working on a game in Python 3.5.2 and Tkinter. I am wondering how to change the icon that appears in the taskbar when you open the application and that appears on the desktop when you create a shortcut to the program.

I have already converted the file that I would like to use to a .ICO file, but it is also available as a .PNG and .GIF.

I will be using cx_Freeze to create the .exe executable. Is there any way to do this?

0

There are 0 best solutions below