Skip to main content
Inspiring
August 28, 2016
Question

Photoshop Python Mac/OSx ? How to...

  • August 28, 2016
  • 1 reply
  • 3508 views

Hey

 

On Windows I'm able to control photoshop via Comptypes using python. I have been asked to develop some tools for Mac but... how can I control photoshop on mac using python ?

 

As far as I know comtypes are mostly only windows related... ? not sure...

 

Regards

Dariusz

This topic has been closed for replies.

1 reply

Participant
December 1, 2016

I'm looking into this myself, and found this library that may be of use to you:

appscript 1.0.1 : Python Package Index

It sounds similar to comtypes. It hopefully interacts similarly.