Computer Science, asked by a1agentb, 4 months ago

How can I add circular buttons in python tkinter​

Answers

Answered by kavitaujjwal1984
1

Answer:

A very easy way to make a rounded button in tkinter is to use an image. Ensure to use border="0" and the button border will be removed. I added the self. roundedborder["bg"] = "white" so that the the background the background of the button is the same as the Tkinter window

Answered by legendary100
4

Answer:

A very easy way to make a rounded button in tkinter is to use an image. Ensure to use border="0" and the button border will be removed. I added the self. roundedborder["bg"] = "white" so that the the background the background of the button is the same as the Tkinter window.

Explanation:

hope it helps you good day!!

Similar questions