Operate Illustrator in Python
I am a Python novice and I want to write a program in Python to operate Adobe Illustrator. How can I call the Illustrator API (including its objects, properties, and methods) ? It would be best to provide specific examples, such as using a Python program to create a TextFrame and assign it a value of "Python" in yellow. Thank you.
