AutoClicker Application
Purpose
The AutoClicker application is designed to automate mouse clicks with human-like behavior. This can be useful for repetitive tasks that require constant clicking.
Parameters
- click_interval: Base interval between clicks in seconds.
- click_interval_randomness: Randomness added/subtracted to the base click interval in seconds.
- click_interval_min: Minimum interval between clicks in seconds.
- click_fatigue_increase: Amount by which click interval cumulatively increases due to fatigue in seconds.
- hold_time: Base duration to hold the click in seconds.
- hold_time_randomness: Randomness added to the base hold duration in seconds.
- hold_time_min: Minimum time the click is held in seconds.
- hold_fatigue_increase: Amount by which hold duration cumulatively increases due to fatigue in seconds.
- fatigue_trigger_min_time: Minimum interval for fatigue increase in seconds.
- fatigue_trigger_max_time: Maximum interval for fatigue increase in seconds.
- short_break_duration: Base duration for short breaks in seconds.
- short_break_duration_randomness: Randomness added to the base short break duration in seconds.
- long_break_trigger_min_time: Minimum interval between long breaks in seconds.
- long_break_trigger_max_time: Maximum interval between long breaks in seconds.
- long_break_duration: Base duration for long breaks in seconds.
- long_break_duration_randomness: Randomness added to the base long break duration in seconds.
- max_runtime: Maximum runtime for the script in seconds.
How It Works
The AutoClicker simulates mouse clicks at random intervals within specified ranges to mimic human behavior. It also includes functionality for fatigue and breaks, ensuring the clicking pattern appears natural.
Hotkeys
- Hotkey: The key to start/stop the AutoClicker. Default is F1, but it can be changed.
Logging
All actions are logged to a file (autoclicker.log) and can be viewed in real-time through the log viewer.
Release files for human-autoclicker 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| human-autoclicker-0.1.1.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| human_autoclicker-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:15.4 kB
Release files / human-autoclicker-0.1.1.tar.gz
| Download URL | human-autoclicker-0.1.1.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
36cb54a1df71c133d90a3502b06550b1d846bcc825624c30f7f9f305eadaba76
|
|
BLAKE2b-256 checksum How to use checksums |
84dccf7e6930a5e965d82588f391f1840452d8e07c36d9fdb5e0178b09fb3580
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.12
|
Release files / human_autoclicker-0.1.1-py3-none-any.whl
| Download URL | human_autoclicker-0.1.1-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ee638c418c67fec613012844f970413f839e4274eb716d93bb9235055b979ffe
|
|
BLAKE2b-256 checksum How to use checksums |
9e560e20ae5666ec39f66b08ae78c663b9cf431da553ba63a2e3905945ca47a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.12
|