MultiClicker is a simple GUI tool for capturing multiple mouse coordinates and replaying them as a configurable click sequence.
- X11: Full functionality (recommended).
- Wayland: Global click capture / automation is limited by design (Wayland security model). For full functionality, log into an X11 session.
python3 multiclicker.py- Python 3
- Tk (tkinter)
xdotoolpynput
On Debian/Ubuntu:
sudo apt install -y python3 python3-tk python3-pip xdotool
python3 -m pip install --user pynputpython3 multiclicker.pyinstall -d ~/.local/bin
install -m755 multiclicker.py ~/.local/bin/multiclicker
install -d ~/.local/share/applications ~/.local/share/icons/hicolor/scalable/apps
install -m644 multiclicker.desktop ~/.local/share/applications/multiclicker.desktop
install -m644 multiclicker.svg ~/.local/share/icons/hicolor/scalable/apps/multiclicker.svgIf you move the repo, update Exec= in multiclicker.desktop to point at the correct path.
- Desktop file:
multiclicker.desktop - AppStream metadata:
multiclicker.metainfo.xml - App icon:
multiclicker.svg - License:
LICENSE
MIT (see LICENSE).