Icône de l'application Tkinter

import tkinter as tk

root = tk.Tk()
root.iconbitmap("myIcon.ico")
George_agg