Python 安装pythoncom库和pyHook
首先这个用pip install安装很麻烦,所以找了一点资料--https://sourceforge.net/projects/pywin32/files/pywin32/ 这里面下载pythoncom安装包 直接安装https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook 下载whl文件 用pip install xxx.whl安装就行了...