ssh - Clear the putty terminal screen from Python -


this question has answer here:

im calling python script putty terminal on windows , need python script able run "clear" command in terminal clear screen make basic ui. how can this?

answered own question. use code

import subrocess  subprocess.popen("clear") 

Comments

Popular posts from this blog

mysql - How to unscape text from database in android studio -

php - Admin SDK -- get information about the group -

Making CSS Drop Down Menu 2 Columns -