This is remote control of your computer, which you can install on your mobile phone. This project was created for python course at AGH UST in 2021.
This project consists two parts. First part is app on computer. This app generates qr code and create server to connect by mobile phone.
Second part is mobile app. This app allows to connect with computer by wi-fi and control that. We connect by scan a QR code on mobile phone.
- Enter some command.
- Control volume and brightness of screen.
- Shutdown the computer.
- Open on-screen keyboard.
- Open some sites by one click (e.g. Youtube, Netflix).
- Control cursor.
The app was written in python. We used kivy module to create GUI and twisted module to connect devices. We used buildozer module to create android app.
You have to install compressed version app android_app/release/rc-1.5-armeabi-v7a-debug.apk on your mobile phone.
Next step is run server on your computer. You have to clone this repository and run desktop/app/main.py. To run this code you need modules:
- Kivy
- qrcode
- twisted
- pynput
- image
After ran you must click button to generate QR code. You must scan this QR by mobile app and make connection.
Created by: @gregori0o and @kkafar