hi,
i think i should add a password protection for my app.When the application starts, ask the user to enter the password. If the password is valid, the app continues to work normally. If the password is wrong, ask them to enter it again or close the app.
if there is a simple tutorial it would be great
password=appuifw.query(u"Enter a password", "code")
I found this in some where but I don't really know how to put it in my code
thx for helping