osx - How can I open a Mac application like iTunes and read data from from it using Python? -


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?

how communicate between python , mac application?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -