VirtualKey

VirtualKey with ctypes. 更新避免lol的屏蔽


License
MIT
Install
pip install VirtualKey==0.0.4

Documentation

Driver level key simulation.

Implementation based on CTypes.

驱动级按键模拟。

基于ctypes实现。


2021.1.9更新:
推荐使用keyboard和mouse模块.
git上搜keyboard就行.

======================================
10.21日更新:

安装:

pip install VirtualKey

使用说明【instruction】


案例【example】

Compared to the Pydamo scheme(I don't know how to do this with ctypes), the CTypes scheme does not support background emulation, but supports 64-bit Python.

ctypes方案对比pydamo方案(我不知道怎么用ctypes做后台),不支持后台模拟,但支持64位python。