Answers for "how to add a under line of the button in tkinter python"

0

how to add a under line of the button in 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()
Posted by: Guest on December-25-2020

Code answers related to "how to add a under line of the button in tkinter python"

Python Answers by Framework

Browse Popular Code Answers by Language