[go: nahoru, domu]

Skip to content

AntoinePassemiers/Realistic-Mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realistic mouse for building undetectable click bots

How to use it

>>> from rmm.mouse import Mouse
>>> mouse = Mouse(speed=1, mode=Mouse.Mode.TRACKPAD)
>>> x, y = 824, 365 # Destination coordinates
>>> mouse.move_to(x, y)
>>> mouse.left_click()
>>> mouse.right_click()

Installation

From the parent folder, install the library by entering the following command:

$ sudo python setup.py install

Dependencies

  • numpy >= 1.13.3
  • pyautogui
  • mss (optional, but required in order to support multiple monitors)

About

Realistic mouse movements for building click bots

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages