I am able to set the general Icon for the executable, however, I am having issues compiling the code correctly so that it displays the icon file when I call it for new windows with tkinter (like help, about, etc.).
My code looks like this:
Window.iconbitmap(r'snake.ico')
I appreciate the help! Thank you.
question from:https://stackoverflow.com/questions/65948429/how-do-i-include-icon-files-when-compiling-my-python-code