enterText
Allows the user to enter text using an on-screen keyboard.
Initializing
I think you know already.
This is a blocking function, and returns the text the user inputted.
If the text is sensitive, you can do secret=True
and it'll use asterisks instead of showing.
Last updated