Allows the user to enter text using an on-screen keyboard.
I think you know already.
userString = tpil.gui.enterText(tpil)
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.
secret=True
Last updated 1 year ago