赞
踩
前言:
想看Windows版的同窗能够看Python 实现按键精灵的功能,超简单详细(Windows版)
以前写了Windows版的python实现按键精灵功能。如今我鸟枪换炮换了个新的mac。发现以前的步骤无法用。原来pymouse所须要的PyUserinput在不一样的操做系统中,须要的依赖库也不同。python
Linux - Xlib (python-xlib)
Mac - Quartz, AppKit
Windows - pywin32, pyHookweb
若是你在mac下直接pip install pymouse,而后使用的话会报错。好像是No module named ‘mac’。我也踩了不少坑,你们按照下面的步骤一步一步作就能够很轻松的不踩坑作完了。windows
实现步骤
1、用pip安装相应的三个库
2、试运行简单的功能
3、根据需求本身写代码svg
1、安装四个库
三个库分别是Quartz,AppKit,PyUserinput,pymouse。
1.第一个库最麻烦,名字是Quartz。
由于你直接pip install Quartz的话会报错
“FileNotFoundError: [Errno 2] No such file or directory: ‘requirements.txt’
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.”
这个错误,缘由这里不和你们解释
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。