Simulate Mouse Clicks on Python

前端 未结 9 1955
渐次进展
渐次进展 2020-12-13 12:52

I\'m currently in the process of making my Nintendo Wiimote (Kinda sad actually) to work with my computer as a mouse. I\'ve managed to make the nunchuk\'s stick control actu

9条回答
  •  悲&欢浪女
    2020-12-13 13:25

    python-uinput is very easy to use.

    http://tjjr.fi/software/python-uinput/

    Here's an example https://github.com/tuomasjjrasanen/python-uinput/blob/master/examples/mouse.py

提交回复
热议问题