Merlin zum denken bewegen per MS Agent Automation
import win32com.client
import time
ag=win32com.client.Dispatch("Agent.Control")
ag.Connected=1
ag.Characters.Load("Merlin")
ag.Characters("Merlin").Show()
text = raw_input("Bitte etwas eingeben...")
ag.Characters("Merlin").Think(text)
ag.Hide() time.sleep(5)