Can i get console input without echo in python? April 16, 2023 by Tarik Use getpass: >>> from getpass import getpass >>> getpass() Password: 'secret'