Python GetPass -Datei speichern

import getpass

p = getpass.getpass()
Friendly Flamingo