Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passwords?

Status
Not open for further replies.

sibaja

Programmer
Aug 9, 2002
3
0
0
US
I am a novice programmer.
I would like to add a

Username
Login

type password box to my program. How do I do that??
 
import getpass
usr=raw_input("Username: ")
pswd=getpass.getpass("Password: ")

or something like that.
-Jeff ----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top