Metadata-Version: 2.1
Name: ARIclicker
Version: 0.0.2
Summary: A random interval clicker who can DIY:AutoRandomIntervalClicker
Home-page: UNKNOWN
Author: lin_zhe
Author-email: 2081812728@qq.com
Maintainer: lin_zhe
License: MIT License
Keywords: AutoRandomIntervalClicker
Platform: any
Requires-Python: >=3.0
License-File: license.txt

## How to use the ARIclicker? ##

**explanation:** "ARIclicker" is "Auto Random Interval clicker".
<br> 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:** `
ARIclicker.autoclick("start_pause_key","end_key","min_interval(sec)","max_interval(sec)","button")`

For instance:<pre><code>import ARIclicker 
ARIclicker.autoclick("a","b","0.1","1","left")</code></pre>

**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.
###**have fun~**###












