osx - How can I open a Mac application like iTunes and read data from from it using Python? -
this question has answer here:
i saw few ways open application using python none of them allow me read data inside application. possible?
windows:
you can interact programs pywin32.
also, check out: interact other programs using python
you can interact programs in python using com automation.
mac:
how can interact application on mac through python subprocess?
Comments
Post a Comment