Python Forum
Python Forum
>
Python Coding
>
GUI
> Hi All, how to hide/mask user input in PySimpleGUI
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.
nmrt
Sep-21-2018, 01:57 AM
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?
nmrt
Sep-21-2018, 09:59 AM
I found it, thanks
[sg.Text('Password', size=(15, 1)), sg.InputText('', key='Password', password_char='*')],
Python Forum
>
Python Coding
>
GUI
> Hi All, how to hide/mask user input in PySimpleGUI