Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PySimpleGUI/PySimpleGUI
/ random_image
Function
random_image
DemoPrograms/Demo_PIL_Use.py:78–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
77
78
def
random_image():
79
return
random.choice(sg.EMOJI_BASE64_LIST)
80
81
def
make_toolbar():
82
layout = [[sg.T(
'❎'
, enable_events=True, key=
'Exit'
)]]
Callers
2
make_toolbar
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected