Windows & WM [COM] MS Agent in python 아이쓰 2008. 5. 1. 23:02 import win32com.client ag=win32com.client.Dispatch("Agent.Control") ag.Connected=1 ag.Characters.Load("Merlin") ag.Characters("Merlin").Show() text = raw_input("please type something...") #ag.Characters("Merlin").Think(text) ag.Characters("Merlin").Speak(text) raw_input()