Skip to content

It is a remote controller to control the computer using cell phone powered by the technology know as web sockets.

License

Notifications You must be signed in to change notification settings

Vir-al/Laptop-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laptop-Controller Logo

Laptop Controller

Python Version Issues Language Count Requirements Top Language License: GPL-3.0 Size

The remote controller to control your Laptop/Computer using the cell phone.


For Direct Use

Configuration in computer

  • Download the Laptop_Controller_icon laptop_controller.exe for windows user.
  • Connect your computer to a network via LAN cable through your router or to your wifi (The connection must be shared between computer as well as mobile).
  • Run the Executable file (laptop_controller.exe) as administrator.

Configuration in mobile

  • Downlod the laptop_controller.apk.
  • Install the apk in your phone.
  • Connect to the wifi (same as to which your computer is connected).
  • Now you can either serach your compter IP via search option.
  • Or you an directly enter the IP address shown in the laptop_controller.exe (running on your computer).
  • Once you registered to the computer IP adress, you can controller the basic funtionalities such as mouse, volume, brightness and media.

For Custom Use

Pre-requisites

  • Python 3.5+ (If not available, kindly download from here)
  • Android Studio 2+ (If not available, kindly download from here)

Configuration

  1. Create a folder named controller .

  2. Clone or download the repository inside the controller folder.

    cd controller
    git clone https://github.com/Vir-al/Laptop-Controller.git
  3. Install all the required python packages.

    cd Computer
    pip install -r requirements.txt
  4. Add any custom functionalities you want in computer/laptop_controller.py , find the Guide to edit here (Defualt).

  5. Open the android studio and select open an existing android studio project.

  6. Navigate to the controller folder and Select the Laptop Controller project.

  7. Add the corresponding functionalities added in python file (Find the Guide to edit here).

  8. Complie and run the APK in mobike and run the python file in computer.

About

It is a remote controller to control the computer using cell phone powered by the technology know as web sockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages