entering password

John Roth johnroth at ameritech.net
Thu Jun 14 18:54:55 EDT 2001


"Justyna Bia³a" <nell at skrzynka.pl> wrote in message
news:slrn9ii7jm.g8j.nell at localhost.localdomain...
>
>
> Hi.
> I want to ask, how can i create an entry field to input a password, what
means
> for me that the text won't be seen directly, but it will be masked by
asterisks
> e.g.
> Thanks in advance
> nell
>
> ps. I am using python 1.6.1 and Tkinter (and Pmw also is possible)

Try the "show" option in the "Entry" widget. The operand is a string, and
the
first character (e.g. "*") will be used as the display value.

John Roth





More information about the Python-list mailing list