Python Forum

Full Version: Hi All, how to hide/mask user input in PySimpleGUI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All, how to hide/mask user input in PySimpleGUI

I am reading password via simplegui and i want to mask it, how to acheieve it?
I found it, thanks

[sg.Text('Password', size=(15, 1)), sg.InputText('', key='Password', password_char='*')],