add circleview

This commit is contained in:
2025-05-05 23:37:07 +02:00
parent f13149002f
commit 3e168d2074
5 changed files with 67 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ class View(Frame):
self.canvas = Canvas(self, width=144, height=168, background='white')
self.canvas.pack()
self.center = (144 // 2, 168 // 2)
self._init_canvas()
def _init_canvas(self):