This is more of a theoretical question but not sure where to start.
I run my scripts inside of PyCharm but am trying to automate a process.
Before running the PyCharm script I do the following manual tasks:
1 - open an .exe program (from desktop)
2 - once the program opens i need to press the "Y" key to produce a spreadsheet to be used
And then I run the analysis script in PyCharm using the generated spreadsheet.
Is there anyway I can automate the first two steps from within a PyCharm Script?
Thanks very much!