Remote PC controll application made during EUhack - Free Hacking.
This repository is Android side of PRemote.
PRemote is an application that allows you to control your PC from mobile.
- Download the mobile and desktop app
git clone https://github.com/PRemoteApp/Premote-PC.git
git clone https://github.com/PRemoteApp/Premote-Android.git
- Create project on
& Download google-services.json
Copy it and paste it to ./PRemote-PC/ Folder
and to ./PRemote-Android/app/ Folder - Run PC application via terminal using following code:
# Ubuntu:
nohup python3 app.pyw &
# Windows:
python3 app.pyw
- Connect to both devices from SAME account
- Click the Microphone button on phone
Say command (ex: "Play music")
Enjoy :)
Firebase real-time database makes it easy to implement simple & effective apps like this.