Skip to main content

Simple autoclicker for python

Project description

Autoclicker

Simple autoclicker in python.

How to use

Running the autoclicker for some time

from autoclickerPy import Autoclicker
from pynput.mouse import Button

clicker = Autoclicker(delay=0.1)

# Runs autoclicker for 1 second
clicker.run(1)

Starting and stoping the autoclicker

from autoclickerPy import Autoclicker
from pynput.mouse import Button
import time

clicker = Autoclicker(delay=0.1)

clicker.start(button=Button.middle)
 ... some code ...
clicker.stop()

Project details


Download files

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

Source Distribution

autoclickerPy-0.0.2.3.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

autoclickerPy-0.0.2.3-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file autoclickerPy-0.0.2.3.tar.gz.

File metadata

  • Download URL: autoclickerPy-0.0.2.3.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for autoclickerPy-0.0.2.3.tar.gz
Algorithm Hash digest
SHA256 713e899c83b24fa16fa250bf77d83ac3b5dec91228c7142f73db512ba8bf4dd8
MD5 973dea354de5d40b23cf75057adc2edc
BLAKE2b-256 e49278062aab8970bf27a72a0ce83d81132d9ec7bba73b5d3afc90501c8deb8f

See more details on using hashes here.

File details

Details for the file autoclickerPy-0.0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for autoclickerPy-0.0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6b275170bbbb95287cdcea86a526019adb511921bd2a4d2a806e6aa97319b014
MD5 6ec2f4ee03c668007190eaf388ff1ccc
BLAKE2b-256 0840c5d66833109e13485d091886c540ac8a55972df81362959f3a7c1978add4

See more details on using hashes here.

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