Skip to content

Simple script to move the mouse across multiple screens via hotkeys.

License

Notifications You must be signed in to change notification settings

matteopaolucci/MouseMove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MouseMove

Simple python script to move the mouse across the screens

Default hotkeys:

Alt+Shift+s to open the settings window
Alt+Shift+e to close the program
Alt+Shift+MonitorNumber to move the mouse in the center of the monitor MonitorNumber

Settings window

Settings window preview

How it works:

  1. Select the hotkey you want to change
  2. Press the Register hotkey button
  3. Press the keys
  4. To apply the changes press the Save and quit button

Installation:

  • From source code:
    1. Clone the repository: git clone https://github.com/MatteP99/MouseMove.git
    2. Install dependencies with: pip3 install -r requirements.txt (with sudo in Linux)
    3. Run main.pyw:
      • python main.pyw (Windows 10)
      • sudo ./main.pyw (Linux)
    4. (Linux only) If you get the error ModuleNotFoundError: No module named 'tkinter' install the package python3-tk
  • See releases for standalone versions

Actually tested in:

  • Linux (Ubuntu 20.04 and Debian 10 Buster)
  • Windows 10

About

Simple script to move the mouse across multiple screens via hotkeys.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages