I have a python script "Script1.py" that I do not change the inside of. I want to interact with its output using another script(.py or .bat). The script "Script1.py" gives a lot of options with print()
, and I should choose each time.
So, is there a way to read his output and send him the right options that I need with another script?