Skip to content

Open source mouse and keyboard control from a local network device

Notifications You must be signed in to change notification settings

VStructions/open-click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClick

Open source mouse and keyboard control from a local network device

The Flutter app creates an interface very similar to a laptop mousepad on Android (and IOS but I can't test it...) and the Python script translates finger movements to mouse and keyboard input.

This application uses the mouse and keyboard python modules by boppreh for mouse and keyboard emulation. Important note from both modules' documentation "This program makes no attempt to hide itself, so don't use it for keyloggers.".

Install the python modules with pip (or take a look at their repositories):

  • pip install keyboard
  • pip install mouse

OpenClick is under the MIT open source license.

About

Open source mouse and keyboard control from a local network device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published