Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
def
MyInput(key):
return
sg.I(
''
, size=(3, 1), key=key, pad=(0, 2))
19
20
21
layout = [[sg.T(
'Your typed chars appear here:'
), sg.T(
''
, key=
'-OUTPUT-'
)],
Callers
1
Demo_IP_Address_Entry.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected