In python how do you respond to exe input fields
so lets say I have a exe that i ran and how could i reply to the bit where it would say
Password >
I have this code
# this asks for password
subprocess.call("server_post")
# then the password
subprocess.call("password")