Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohit-s96/remote-keyboard
Control PC from your phone
https://github.com/mohit-s96/remote-keyboard
automation keyboard mousepad pyautogui python remote-control
Last synced: 19 days ago
JSON representation
Control PC from your phone
- Host: GitHub
- URL: https://github.com/mohit-s96/remote-keyboard
- Owner: mohit-s96
- Created: 2024-02-27T19:28:32.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-27T20:42:14.000Z (10 months ago)
- Last Synced: 2024-02-28T20:42:41.848Z (10 months ago)
- Topics: automation, keyboard, mousepad, pyautogui, python, remote-control
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Remote keyboard and mouse
Watch content on a large monitor but don't want to f*ck your eyes up? This is a simple keyboard/mouse to operate your PC from a mobile phone. Just need both PC and mobile to be on the same local network.
## Screenshots
### Keyboard
### Mousepad
### Installation
- Clone the project:
```sh
git clone https://github.com/mohit-s96/remote-keyboard.git
```
- Install the dependencies:
```sh
pip install -r requirements.txt
```
- Make `run.sh` executable
```sh
chmod +x run.sh
```You can now run the server with `./run.sh` and access the keyboard on your phone by going to the url shown on the terminal (something like 192.68.x.xx:5000).
### Known Issues
- Long press doesn't work on keyboard
- Mouse movement is a little janky
- Mouse double click does not work on macos
- Mouse scroll and drag doesn't work
- Need to add run command for windows