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

Function MyInput

DemoPrograms/Demo_IP_Address_Entry.py:18–18  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

16
17
18def MyInput(key): return sg.I('', size=(3, 1), key=key, pad=(0, 2))
19
20
21layout = [[sg.T('Your typed chars appear here:'), sg.T('', key='-OUTPUT-')],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected