enterText

Allows the user to enter text using an on-screen keyboard.

Initializing

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.

Last updated