Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 346 Bytes

OpenPyInput

OpenPyInput is a small server for emulating keyboard input. To use it, you need a client that sends requests.

How to modify

To modify it, you need to add a code similar to the one presented: ```python if request[0]==3: keyboard.press("d") ``` If you can, rewrite the server in c++ for better performance