SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

Controll cursor speed using PyUserInput #108

Open AndreasJacobsen opened 6 years ago

AndreasJacobsen commented 6 years ago

Is there any way to set the cursor speed via PyUserInput? I'm using this program with OpenCV to control the mouse using my nose, but the cursor speed is an issue and I have to move my head way to much to move the cursor to the other side of the screen.

If this is already implemented, maybe add it to the README.md file?