Skip to main content

A simple project to auto control mouse.

Project description

Autoclicker

A simple project to auto control mouse.

Install

pip install autoclicker

you might need some pyautogui dependencies different from the system: https://pyautogui.readthedocs.io/en/latest/install.html#installation

Prepare and install whl file (developer mode)

  1. make venv creates virtualenv which allow use autoclicker in developer mode.
  2. make install_dependencies to install required dependencies in system linux
  3. make create_whl creates whl file in dist/
  4. to install autoclicker just run: pip install <name>.whl

Usage

autoclicker scroll uses middle mouse button to scroll up or down

Options:

  • -s (--scrolls) integer, required parameter which set how many times click middle button and in which direction, e.g.: -s 10, -s -10

autoclicker clicker uses left mouse button

Options:

  • -s (--screen_location) - by default if this option is not set location is taken from current mouse position e.g.: -s 500 450
  • -r (--repeats) - how many times script should click, e.g.: -r 10
  • -t (--time_break) - average time breaks between clicks in seconds e.g.: -t 15
  • -d (--time_different) - time deviation from the average, e.g.: -t 10 -d 2, real time will be between 8 and 12 seconds

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

autoclicker-0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page