Posts by Victor.tk • 11 points
2 posts
-
1
votes1
answer565
viewsQ: Problem with Geometry pack and grid (Tkinter)
to tell the truth these two geometries are very complicated, but unfortunately I need to use this 2 in this project. So come on. first follows the code: from tkinter import* from tkinter.ttk import…
-
0
votes2
answers1406
viewsA: Rounded Tkinter button
depends, you create 3 images, for example, a close button "X", an image for when the mouse does not have on it, and when the mouse has on it, and when it is clicked, then just set the FLAT Relief…