Metadata-Version: 2.1
Name: windows_control
Version: 0.0.1
Summary: It is used to do some control with keyboard/mouse on windows (especially on win10).
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/dbsxdbsx/windows_control

## What's this

It is a python module used to do some control with keyboard/mouse on windows (especially on win10). And it
is built from rust.


## build
```
maturin build --interpreter C:\Users\Administrator\anaconda3\python.exe
```
