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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 713e899c83b24fa16fa250bf77d83ac3b5dec91228c7142f73db512ba8bf4dd8 |
|
MD5 | 973dea354de5d40b23cf75057adc2edc |
|
BLAKE2b-256 | e49278062aab8970bf27a72a0ce83d81132d9ec7bba73b5d3afc90501c8deb8f |
File details
Details for the file autoclickerPy-0.0.2.3-py3-none-any.whl
.
File metadata
- Download URL: autoclickerPy-0.0.2.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b275170bbbb95287cdcea86a526019adb511921bd2a4d2a806e6aa97319b014 |
|
MD5 | 6ec2f4ee03c668007190eaf388ff1ccc |
|
BLAKE2b-256 | 0840c5d66833109e13485d091886c540ac8a55972df81362959f3a7c1978add4 |