/PC-Remote

Allows you to Control your PC from other devices like Mobile or PC from any corner of the world with Internet Connection

Primary LanguagePython

PC REMOTE

This is a Simple program use to Control your PC from anyother devices like Mobile and PC from anywhere with internet connection. It is like, using Command Prompt, which have only feature and command line created by me.

INSTALLATION

For Server Side: Server Side: Your computer to be controlled Install all the requirements using PIP.

pip install -r requirements.txt

For Linux:

pip3 install -r requirements.txt

Once completion of Installation run the script Server.py"

python Server.py

For Linux

python3 Server.py

Now everything is setup and fine Now For Client side Client Side: Device controlling from Install requirents with PIP just like above Installation but replace requirements.txt file with reqClient.txt Not Afterward run script Client like above

NOTE

For Client side Script launch.py in not necessary but for server side it is mandatory

COMMAND LINE

quit / exit / close

Use to close current session of both client and server. It close connection between client and server

clear / cls / clear screen

Use to Clear the Screen of both Client and Server

play youtube [title]

Search and Open the video with given title on YouTube Selection of video is done on the basis of Number of times video played or Popularity

play musics -r

Randomly plays music

get musics list [data]

Data: Directory of Musics It scans the directory given (data e.g. C:\Users\Name\Music) for musics and data is not given than it will scan Music library I.e. C:\Users\username\Music

Version

Displays version of product

print("data") or echo data

These are use to print (data) on the screen. Difference between them is echo print in red colour where print prints in terminal default colour

start data

It opens (data). If it is a File or executable it will be opened and if it is directory, directory will be opened

date or datetime

It displays current date and time