标签:ges ctr 盘点 ast world webdriver selector code height
1. 安装pyperclip
pip install pyperclip
使用方法
复制
pyperclip.copy("hello world")
粘贴
pyperclip.paste()
2. 安装PyKeyboard
安装pywin32
https://pypi.org/project/pywin32/#files
这边下载whl文件,之后用命令行pip install 安装,注意选择好对应的版本。
安装pyHook
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook
也是同样的操作。
安装PyKeyboard
4. 效果
5. 参考资料
Python-模拟鼠标键盘动作
python3 使用pyperclip读写剪贴板(windows)
github PyUserInput库
参考链接:http://www.pianshen.com/article/867080171/
https://blog.csdn.net/qq_38839677/article/details/83374219
标签:ges ctr 盘点 ast world webdriver selector code height
原文地址:https://www.cnblogs.com/xiohao/p/10508322.html