
Product
Rubygems Ecosystem Support Now Generally Available
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.
This version of mouse is published from a forked repository. It is reproduced under the MIT license. For the original mouse project, please look here.
Take full control of your mouse with this small Python library. Hook global events, register hotkeys, simulate mouse movement and clicks, and much more.
Huge thanks to Kirill Pavlov for donating the package name. If you are looking for the Cheddargetter.com client implementation, pip install mouse==0.5.0
.
sudo pip install mouse
This program makes no attempt to hide itself, so don't use it for keyloggers.
Install the PyPI package:
$ pip install macmouse
or clone the repository (no installation required, source files are sufficient):
$ git clone https://github.com/gansel51/mouse
mouse
will be unable to report events.hold
)replay
)ButtonEvent(event_type, button, time)
Alias for field number 1
Return number of occurrences of value.
Alias for field number 0
Return first index of value.
Raises ValueError if the value is not present.
Alias for field number 2
= 'double'
= 'down'
= 'left'
= 'middle'
MoveEvent(x, y, time)
Return number of occurrences of value.
Return first index of value.
Raises ValueError if the value is not present.
Alias for field number 2
Alias for field number 0
Alias for field number 1
= 'right'
= 'up'
WheelEvent(delta, time)
Return number of occurrences of value.
Alias for field number 0
Return first index of value.
Raises ValueError if the value is not present.
Alias for field number 1
= 'x'
= 'x2'
= '0.7.1'
Returns True if the given button is currently pressed.
Presses the given button (but doesn't release).
Releases the given button.
Sends a click with the given button.
Sends a double click with the given button.
Sends a right click with the given button.
Scrolls the wheel delta
clicks. Sign indicates direction.
Moves the mouse. If absolute
, to position (x, y), otherwise move relative
to the current position. If duration
is non-zero, animates the movement.
The fps of the animation is determined by 'steps_per_second', default is 120.
Holds the left mouse button, moving from start to end position, then
releases. absolute
and duration
are parameters regarding the mouse
movement.
Invokes callback
with args
when the specified event happens.
Invokes callback
with args
when the left button is clicked.
Invokes callback
with args
when the left button is double clicked.
Invokes callback
with args
when the right button is clicked.
Invokes callback
with args
when the middle button is clicked.
Blocks program execution until the given button performs an event.
Returns the (x, y) mouse position.
Installs a global listener on all available mouses, invoking callback
each time it is moved, a key status changes or the wheel is spun. A mouse
event is passed as argument, with type either mouse.ButtonEvent
,
mouse.WheelEvent
or mouse.MoveEvent
.
Returns the given callback for easier development.
Removes a previously installed hook.
Removes all hooks registered by this application. Note this may include
hooks installed by high level functions, such as record
.
Records all mouse events until the user presses the given button.
Then returns the list of events recorded. Pairs well with play(events)
.
Note: this is a blocking function.
Note: for more details on the mouse hook and events see hook
.
Plays a sequence of recorded events, maintaining the relative time
intervals. If speed_factor is <= 0 then the actions are replayed as fast
as the OS allows. Pairs well with record()
.
The parameters include_*
define if events of that type should be inluded
in the replay or ignored.
FAQs
Hook and simulate mouse events on Windows and Linux
We found that macmouse demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.
Research
The Socket Research Team investigates a malicious npm package that appears to be an Advcash integration but triggers a reverse shell during payment success, targeting servers handling transactions.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.