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

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -