Skip to content Skip to sidebar Skip to footer
Showing posts with the label Grid

Drawing On Tkinter Grid

I couldn't find a way how to Draw line using grid. I want to have a line going from North to So… Read more Drawing On Tkinter Grid

Using Grid_propagate(false) In Tkinter

I am creating a Frame that uses the grid manager. And I have a Label widgets in it. I want the labe… Read more Using Grid_propagate(false) In Tkinter

Using Entry Box With Tkinter In Grid Manager?

I'm trying to make a basic GUI using Tkinter and have an entry box next to my label using a Gri… Read more Using Entry Box With Tkinter In Grid Manager?

Create A Box With Text In Center

I want to draw a box around my message. The result to be like this: # # # # # # # # # # # # # # # … Read more Create A Box With Text In Center