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

Function TextChar

DemoPrograms/Demo_Game_Wordle.py:33–34  ·  view source on GitHub ↗
(value, key)

Source from the content-addressed store, hash-verified

31
32
33def TextChar(value, key):
34 return sg.Input(value, key=key, font='Courier 22', size=(1,1), disabled_readonly_background_color='gray', border_width=1, p=1, enable_events=True, disabled=True)
35
36def main():
37 layout = [[sg.Text('Wordle', font='_ 20')],

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected