Skip to content

Remote PC controll application made during EUhack - Free Hacking

Notifications You must be signed in to change notification settings

PRemoteApp/PRemote-PC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test Codacy Badge made-with-python

PRemote-PC

Remote PC controll application made during EUhack - Free Hacking. This repository is PC side of PRemote.

What is it?

PRemote is an application that allows you to control your PC from mobile.

How to run?

  1. Download the mobile and desktop app
git clone https://github.com/PRemoteApp/PRemote-PC
git clone https://github.com/PRemoteApp/PRemote-Android
  1.  Setup firebase & Download google-services.json
     Copy it and paste it to ./PRemote-PC/ Folder
     and to ./PRemote-Android/app/ Folder
  2. Run PC application via terminal using following code:
 # Ubuntu:
 nohup python3 app.pyw &

 # Windows:
 python3 app.pyw
  1. Connect to both devices from SAME account
  2.   Click the Microphone button on phone
      Say command (ex: "Play music")
      Enjoy :)

How does it work?

Firebase real-time database makes it easy to implement simple & effective apps like this.


  • Android sends command to Firebase Real-Time database.
  • PC listens to database change (specifically users scope), parses command and executes method.

About

Remote PC controll application made during EUhack - Free Hacking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages