Python Forum
[PyGUI] Hi All, how to hide/mask user input in PySimpleGUI - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PyGUI] Hi All, how to hide/mask user input in PySimpleGUI (/thread-12970.html)



Hi All, how to hide/mask user input in PySimpleGUI - nmrt - Sep-21-2018

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?


RE: Hi All, how to hide/mask user input in PySimpleGUI - nmrt - Sep-21-2018

I found it, thanks

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