Skip to main content

AutoRandomIntervalClicker

Project description

How to use the ARIclicker?

explanation: "ARIclicker" is "Auto Random Interval clicker".

This is a very good autoclicker, easy to use and intelligent.

First of all

You need to install ARIclicker: Open cmd and type pip install ARIclicker

Function:

syntax:

clicker: ARIclicker.autoclick("start_pause_key","end_key","min_interval(sec)","max_interval(sec)","button")

presser: ARIclicker.autopress("start_pause_key","end_key","pressed_button")

example 1:

	import ARIclicker 
	ARIclicker.autoclick("a","b","0.1","1","left")
	

explanation: If you press the "a" key, clicking will start. When you press the "a" key again, clicking will pause. When you press the "b" key, the program will exit. The range of click intervals is between 0.1 and 1 second, and the left mouse button is the key clicked.

example 2:

	import ARIclicker
	ARIclicker.autopress("a","b","c")

explanation: If you press the "a" key,pressing will start.When you press the "a" key again, pressing will pause.When you press the "b" key, the program will exit.The 'c' key represents the key that will be pressed.

have fun~

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

ARIclicker-0.2.1.tar.gz (3.5 kB view hashes)

Uploaded Source

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