最近需要模拟键盘鼠标的输入,一番查找之后,得到的一些结果
************************************************************************************************************************ pyUserInput,可以模拟键盘鼠标,功能很全,用起来很方便 https://github.com/SavinaRoja/PyUserInput/wiki/Installation
需要同时安装pyhook
这是其中pyMouse的一个例子
************************************************************************************************************************ eventGhost
************************************************************************************************************************ SendKeys
python 也有自己的SendKeys模块
************************************************************************************************************************ 各种模拟key的方法
提到了direct input
|
|