Synergy! Where the fuck is my mouse?
A tiny Synergy helper that shows which PC currently has the mouse focus.
A Green Dot is shown on the PC that has an active mouse (as long as the script is running in the background of all devices that are part of your "Mouse Casting Software")
- Install Python 3 (or skip this step)
- Install Dependencies by
- Open a Terminal in the Repository Folder
- Run the Command:
pip install -r requirements.txt - If something goes wrong, ask ChatGPT, or pull your hair out and go bald by asking StackOverflow
- Close the Terminal Window
- Double Click
main.pyand keep it running in the background. - Don't close it.
git clone https://github.com/ISTPdev/MouseTrap.git
cd MouseTrap
pip install -r requirements.txt
python src/mousetrap.pyI'm not much of a Pythonista, so feel free to jump in here and make sweeping changes, as long as you don't mess with the logic. (Basically just don't break the algorithm, you're free to switch libraries, or add features as much as you want I don't care, it does what I want that's good enough for me)