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)
make venv
creates virtualenv which allow use autoclicker in developer mode.make install_dependencies
to install required dependencies in system linuxmake create_whl
creates whl file indist/
- 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
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
File details
Details for the file autoclicker-0.2-py3-none-any.whl
.
File metadata
- Download URL: autoclicker-0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd14e1c178a676a239b6a31a343a74343606751606a18474c6511891a65e4442 |
|
MD5 | e9fe8bb03026cbd72f1931149ade58ce |
|
BLAKE2b-256 | 8623462d5f6e583e33c4f2fc8b14ac2a2fe14d4510df5b6a2f0795e784fd24d1 |