abhineetraj1 / remote-desktop

This is software helps user to share the directories, files and execute the program between two system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote-Desktop

This is software helps user to share the directories, files and execute the program between two system.

Features:-

  • Cross platform functionality.
  • Share files between mobile and laptop.
  • Shutdown computer from your mobile
  • Execute terminal commands from mobile
  • Take screenshot from mobile

Installation

  • Linux
  1. Install python3.x
  2. Install dependencies :-
sudo pip3 install -r requirements.txt
  • Windows
  1. Install python3.x (also add to path while installation)
  2. Install dependencies :-
pip3 install -r requirements.txt

Execution

  • Download the source code
  • Extract file
  • Execute app.py file
  • Connect to wifi/hotspot (make sure both the devices are connected to same network)
  • Your default browser will open, and display qrcode
  • Scan the qrcode and open the link

Functionality :-

  • Shutdown - Shutdown the computer
  • Screenshot - get the screenshot of display
  • File Explorer - Get the list of files and directories in system
  • Click on folder name to get list of files inside that folder
  • Click on file to download the file
  • Click on delete button to delete the file or folder
  • Click on send file, choose file from device and then click on submit. This way the file will be saved in file directory
  • Restart - Restart the computer

Languages and tools used:

python

Author

About

This is software helps user to share the directories, files and execute the program between two system.

License:MIT License


Languages

Language:Python 61.7%Language:HTML 38.3%