0

enter image description here How can I change the tips to rounded?

I want it to be like thisenter image description here

Is there any function?

I want no points to appear on my label

Stealph
  • 1
  • 2
  • 1
    You simply cannot do this with a Label, or any other Tkinter widget - they're inherently rectangles. The only possibility would be to draw everything yourself, on a Canvas - see https://stackoverflow.com/questions/44099594/how-to-make-a-tkinter-canvas-rectangle-with-rounded-corners for details. – jasonharper Mar 20 '23 at 03:33
  • https://github.com/TomSchimansky/CustomTkinter – Сергей Кох Mar 20 '23 at 04:13

0 Answers0