Skip to content

password_field

pdwidgets.widgets.password_field

PasswordField — TextInput that masks glyphs.

PasswordField(parent, x=0, y=0, w=None, h=None, align=None, align_to=None, fg=None, bg=None, visible=True, value=None, padding=None, hint='', text_height=TEXT_SIZE.LARGE, radius=6, max_length=None, mask='*')

Bases: TextInput

Single-line password entry; drawn text is replaced with * masks.