Python getpass Module - Tutorialspoint
www.tutorialspoint.com › python-getpass-moduleDec 07, 2018 · There are two functions defined in getpass module of Python’s standard library. They are useful whenever a terminal based application needs to be executed only after validating user credentials. getpass() This function prompts the user to enter a password. By default the keys entered by user in the terminal are not echoed.