Posts by Faber • 11 points
2 posts
-
1
votes1
answer17
viewsQ: How do I make a window not close? Pysimplegui
I need to disable window options made in Pysimplegui and allow closing only if you hit the password in a text box. my code: sg.theme('DarkRed') layout = [ [sg.Text('Senha'), sg.Input(key='senha',…
-
-3
votes1
answer32
viewsQ: Grab information, open window and only release window when entering a password. Python
I will simulate an attack on my company to identify the most vulnerable users to intensify training in order to avoid ransomware and type viruses. I’m trying to create a little program. exe to take…