PySimpleGUI/docs/eCookbook/examples-for-reddit-posts/password-entry.md

7 lines
364 B
Markdown

GUI for checking for a correct password using a hash code.
If you enter "gui" as the password, then you'll get another window that enables you to create a hashcode based on your own string.
<iframe src='https://trinket.io/embed/pygame/c26f8fefc5?start=result' width='100%' height='400' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>