PySimpleGUI 2020 Part 10 - Generated Layouts. Writing code to create a layout

Опубликовано: 21 Октябрь 2024
на канале: PySimpleGUI
3,794
59

This lesson discusses
"User Defined Elements"
Generated Layouts

This is where PySimpleGUI shines particularly brightly. Because it's written in Python, for Python, using uniquely Python data structures (lists), it's possible to do some amazing things in tiny amount of code.

Crazy things like a single-line Sudoku board are easy to do using list comprehensions.

Reminder that notes are here:
https://github.com/PySimpleGUI/PySimp...

The demo .py file being used in the video is here:
https://github.com/PySimpleGUI/PySimp...