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...