Comment ajouter une ligne sous la ligne du bouton dans Tkinter Python
fileopen = tk.Button(root, text="Let's get Started", padx=0.8,pady=0.5, fg="white", bg="#871437", bd=0, underline=0)
fileopen.pack()
fileopen = tk.Button(root, text="Let's get Started", padx=0.8,pady=0.5, fg="white", bg="#871437", bd=0, underline=0)
fileopen.pack()