Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 344 Bytes

File metadata and controls

27 lines (17 loc) · 344 Bytes

NetKeyboard

Requirements

Both scripts require the pynput module:

pip install pynput

Runs on port 8000

Server

py server.py

Client

Run with server ip address as the first argument:

py client.py 192.168.1.1

Replace 192.168.1.1 with the server address.