I saw a few ways to open an application using Python but none of them allow me to read the data from inside the application. Is this possible?
1 Answer
Windows:
You can interact with programs with pywin32.
Also, check this out: Interact with other programs using Python
You can interact with programs in Python using COM automation.
Mac:
How can I interact with an application on mac through python subprocess?
3 Comments
tripleee
A link-only answer which links to other SO questions isn't really appropriate, either. Nominate as a duplicate for one of them (probably the second one) is my suggestion.
Edward
@tripleee Got it. Thanks again! :)
csvmodule in Python to read the data in.