Добавить
Уведомления

PySimpleGUI 2020 Part 11 - Justification (Left, Center, Right)

Justification.... because it's good? No, not that kind of justification. We're talking about element justification. You'll learn how to make all of the elements in a window aligned on the center for example. Note that the PySimpleGUI and PySimpleGUIQt ports behave differently when it comes to justification. The PySimpleGUIWeb port is more like the tkinter port, or will be, in that it's done using a Column element. Reminder that notes are here: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/docs/PySimpleGUI%202020%20Lesson.pdf The demo .py file being used in the video series is here, but there is no example for Justification: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/docs/YouTube_2020_Lesson%20-%20Source%20File%201.py

Иконка канала Введение в Python
4 подписчика
12+
20 просмотров
2 года назад
12+
20 просмотров
2 года назад

Justification.... because it's good? No, not that kind of justification. We're talking about element justification. You'll learn how to make all of the elements in a window aligned on the center for example. Note that the PySimpleGUI and PySimpleGUIQt ports behave differently when it comes to justification. The PySimpleGUIWeb port is more like the tkinter port, or will be, in that it's done using a Column element. Reminder that notes are here: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/docs/PySimpleGUI%202020%20Lesson.pdf The demo .py file being used in the video series is here, but there is no example for Justification: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/docs/YouTube_2020_Lesson%20-%20Source%20File%201.py

, чтобы оставлять комментарии