I have a cygwin application which i have invoked using python script like:
os.system("path of the exe file")
How can i enter text in the cygwin( which has appeared )using the python script itself???
os.system("path of the exe file")
How can i enter text in the cygwin( which has appeared )using the python script itself???
Comment