Aug 13, 2002 #1 sibaja Programmer Joined Aug 9, 2002 Messages 3 Location 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??
I am a novice programmer. I would like to add a Username Login type password box to my program. How do I do that??
Aug 19, 2002 #2 Guest_imported New member Joined Jan 1, 1970 Messages 0 Do U want to use a GUI? Upvote 0 Downvote
Dec 23, 2002 #3 jgercken MIS Joined Feb 13, 2002 Messages 304 Location US import getpass usr=raw_input("Username: " pswd=getpass.getpass("Password: " or something like that. -Jeff ---------------------------------------- Wasabi Pop Tarts! Write Kellogs today! Upvote 0 Downvote
import getpass usr=raw_input("Username: " pswd=getpass.getpass("Password: " or something like that. -Jeff ---------------------------------------- Wasabi Pop Tarts! Write Kellogs today!