Clear python shell within script -
i trying create utility program, after user types in passcode , goes main menu, passcode still there , show right above it. asked question before, users gave me command instead of script you. wondering if there can type script can clear python shell without having directly type shell.
you should use getpass
read passwords without echoing them, that's reccomended way of reading passwords safely.
Comments
Post a Comment