Skip to content

Instantly share code, notes, and snippets.

@franzwong
Created September 30, 2012 14:53
Show Gist options
  • Save franzwong/3806998 to your computer and use it in GitHub Desktop.
Save franzwong/3806998 to your computer and use it in GitHub Desktop.
no password is shown when typing in console
import getpass
password = getpass.getpass('enter password: ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment