Image

Python Mouse Emulation?

I'm looking for a mouse emulation module in python. Or perhaps there are imbedded commands to do so?

I'd like to be able to send an x,y vector to a function that would move the mouse to that vector on its own. Anyone aware of how to accomplish this?