The Windowing APIs - Popups
The 1-line wonders of PySimpleGUI.
The Windowing APIs are, as the name implies, are based on the use of windows. The first group of these is the simplest as they are all 1-line function calls. These are the "popup" windows. All but 2 of them use the word "popup" in the name. Those 2 excepts are the "Debug Print" and the "One Line Progress Meter".
Popup Windows - 4 types
There are 4 types of popup calls.
1. An output popup window
2. An input popup window
3. Print to the Debug Window
4. One Line Progress Meter
There are numerous input and output popup functions.
Popup windows enable someone on their first day of programming to display useful windows. No blank 200 by 200 pixel windows to start you out. We're going into the deep end of the pool and learning something you can apply to your programming problem straight away.
These calls (they're all functions) can be split into 4 sets of calls
- Output Popups
- Input Popups
- Debug Print
- One-line Progress Meter