[Pythonmac-SIG] What's MacPython missing?
Bob Ippolito
bob at redivi.com
Mon Oct 27 12:49:31 EST 2003
On Oct 27, 2003, at 12:44 PM, Skip Montanaro wrote:
>
> Bob> Your best bet for automating iTunes is to use aeve:
> Bob> http://undefined.org/python/#aeve
>
> Bob> I'm not sure if iPhoto is scriptable or not, but if it is
> then aeve
> Bob> would also be what you'd want to use.
>
> Is there a list of scriptable Mac applications? I'd be interested in
> scripting TextEdit as a way of either viewing or converting rtf files
> dumped
> by MS Word.
open "/Applications/AppleScript/Script Editor.app"
File :: Open Dictionary
This list should be pretty definitive.. choose an app and click "open"
to see how to talk to it.
-bob
More information about the Pythonmac-SIG
mailing list