Tkinter tutorial for beginners #3.5: 2 Ways to Make grid() Responsive

preview_player
Показать описание
Tkinter tutorial for complete beginnners. Learn how to position widgets in Tkinter using the grid() geometry manager or layout manager. Learn 2 ways to make grid() responsive.

Learn Tkinter and Tkinter for GUI design. Learn how to launch and create your first GUI for Python programs and desktop applications.

In this tutorial, you will learn how to use geometry managers or layout managers to create responsive layouts in Tkinter. You will learn two different methods to make a grid() layout responsive.

For more info:

Timestamps:
00:00 Introduction and overview
01:03 First method
05:50 Second method

Socials:

*************
**Tags**
Tkinter tutorial
Tkinter install
Tkinter Setup
Tkinter GUI tutorial
GUI tutorial Python
Graphical User Interface Python
Python tutorial
Tkinter widgets
Tkinter grid()
Tkinter grid
Рекомендации по теме
Комментарии
Автор

6:41 An alternative to avoid using multiple lines or forloops.Multiple rows can be passed in as a tuple at once

window.grid_rowconfigure((0, 1, 2, 3, ), weight=1)

agniveshsp
Автор

hey there! What is the best screen size on tkinter?

Aileen_B
Автор

great video. where can i get the code?

gedtoon