Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PySimpleGUI/PySimpleGUI
/ name
Function
name
DemoPrograms/Demo_All_Elements_Simple.py:21–23 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
19
20
21
def
name(name):
22
dots = NAME_SIZE-len(name)-2
23
return
sg.Text(name +
' '
+
'•'
*dots, size=(NAME_SIZE,1), justification=
'r'
,pad=(0,0), font=
'Courier 10'
)
24
25
sg.theme(theme)
26
Callers
1
make_window
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected