python tkinter 2 windows can't have the same icon code example Example: tkinter app icon import tkinter as tk root = tk.Tk() root.iconbitmap("myIcon.ico")