Geometry Managers-place,pack and grid| TKINTER GUIs IN PYTHON| Tutorial#11

Опубликовано: 21 Февраль 2026
на канале: Minati panda
347
like

Tkinter possess three layout managers:
• pack
• grid
• place
The three layout managers pack, grid, and place should never be mixed in the same master window! Geometry managers serve various functions. They:
• arrange widgets on the screen
• register widgets with the underlying windowing system
• manage the display of widgets on the screen
The Place geometry manager allows you explicitly set the position and size of a window, either in absolute terms, or relative to another window.
The Grid geometry manager places the widgets in a 2-dimensional table, which consists of a number of rows and columns.
The pack geometry the positions of widgets with the pack command relative to each other.
To watch the complete series-click
   • TKINTER PYTHON TUTORIAL  
If you like the video don't forget to subscribe the channel
   / @minatipanda7456  
To see the complete playlist Computer Science sample paper 2021-2022
click on the following link:
   • CBSE SAMPLE PAPER - Solved 2021-22 | Class...  
Link for sql tutorial
   • My SQL Class XII  

Link for Cross Join
   • MYSQL COMMANDS|Part-31|  Cartesian Product...  

Link for Aggregate functions
   • MYSQL COMMANDS | Part - 6 | Aggregate Func...  

Link for GROUP BY Clause
   • MYSQL COMMANDS | Part -21| SQL GROUP BY CL...  

Link for tkinter tutorial
   • TKINTER GUIs IN PYTHON | Displaying Images...  
Link for file handling
   • Data File Handling |Writing and Reading in...  
Link for Term1 practical file
   • Term1 Practical file  
Link for Tuple-class XI
   • Tuples  
Link for class XI videos
   • CLASS XI COMPUTER SCIENCE  
Link for Python Projects
   • Python Projects  
Link for class XII videos
   • Class XII Computer Science  
Link for Data Structures in Python
   • Data Structures -II  
Link for Lists in Python
   • Data Structures Linear List  
Link for Data Representation
   • Data Representation Class XI  
Link for Computer System Overview ch-1 class -XI
   • Computer System Overview Class XI Computer...  
Link for Working with Functions-
   • Working with Function Class XII