A full virtual keyboard server for remote control over LAN, designed to run on your PC and be accessed from any device with a browser.
- Full keyboard layout (with toggle/press modifiers, F1–F12, arrows, etc.)
- Realtime keypress
- WebSocket connection
- Pin code auth
- PyInstaller-ready (single
.exe
)
- Run the script or the
.exe
file. - Open the link in your browser (shown in GUI or QR).
- Enter the pin code (shown in GUI)
- Tap keys and use combination keys remotely.
To create standalone EXE:
pyinstaller --noconfirm --add-data "index.html;." PlodbKeyboardRemote.py