(text)
| 177 | text_font = '_ 10' |
| 178 | |
| 179 | def HelpText(text): |
| 180 | return sg.Text(text, size=(80, None), font=text_font) |
| 181 | |
| 182 | help_why = \ |
| 183 | """ Let's start with a review of the Goals of the PySimpleGUI project |
no outgoing calls
no test coverage detected