you know how in linux when try sudo stuff tells enter password and, type, nothing shown in terminal window (the password not shown)?
is there way in python? i'm working on script requires sensitive info , hidden when i'm typing it.
in other words, want password user without showing password.
use getpass.getpass().
Comments
Post a Comment