MCPcopy 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
78def random_image():
79 return random.choice(sg.EMOJI_BASE64_LIST)
80
81def make_toolbar():
82 layout = [[sg.T('❎', enable_events=True, key='Exit')]]

Callers 2

make_toolbarFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected