Python getPass Save File

import getpass

p = getpass.getpass()
Friendly Flamingo