Simple python script to move the mouse across the screens
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
How it works:
- Select the hotkey you want to change
- Press the Register hotkey button
- Press the keys
- To apply the changes press the Save and quit button
- From source code:
- Clone the repository:
git clone https://github.com/MatteP99/MouseMove.git
- Install dependencies with:
pip3 install -r requirements.txt
(with sudo in Linux) - Run main.pyw:
python main.pyw
(Windows 10)sudo ./main.pyw
(Linux)
- (Linux only) If you get the error
ModuleNotFoundError: No module named 'tkinter'
install the package python3-tk
- Clone the repository:
- See releases for standalone versions
- Linux (Ubuntu 20.04 and Debian 10 Buster)
- Windows 10