I am using Python 3.5.0 on Windows 10 and want to replace this:
To change the icon you should use iconbitmap or wn_iconbitmap I'm under the impression that the file you wish to change it to must be an ico file.
iconbitmap
wn_iconbitmap
import tkinter as tk root = tk.Tk() root.iconbitmap("myIcon.ico")
1.4m articles
1.4m replys
5 comments
57.0k users