/PyRemoteAccess

Remote Access to a computer

Primary LanguagePythonMIT LicenseMIT

PyRemoteAccess

Remote Access made with python

WORK IN PROGRESS.

There are 6 files 3 for servers and 3 for clients Mouse, Keyboard, and Screen viewing works indepentently and all of them should I have different ports binded

Installation

 git clone https://github.com/ArmenG888/PyRemoteAccess 
 cd PyRemoteAccess 

Installing Libraries

Windows

 pip install -r requirements.txt 

Linux or Mac

 pip3 install -r requirements.txt