MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / input_line

Function input_line

DemoPrograms/Demo_Reddit_Search.py:31–32  ·  view source on GitHub ↗
(text, key, default)

Source from the content-addressed store, hash-verified

29
30def settings_window():
31 def input_line(text, key, default):
32 return [sg.T(text, size=(15,1), justification='r'), sg.In(default, size=(20,1), k=key)]
33
34 layout = [[sg.T('Reddit PRAW Settings', font='default 15')],
35 [sg.T('Note - You must register with Reddit to obtain PRAW credentials')],

Callers 1

settings_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected