Name | Modified | Size | Downloads / Week |
---|---|---|---|
v2.0 | 2022-11-08 | ||
Go to the folder with the latest version in the name to download the newest file | 2022-06-25 | ||
v1.0 | 2022-06-25 | ||
v1.1 | 2022-06-25 | ||
The .exe file only runs on Windows. | 2020-07-16 | ||
Read the README file shown below the file list to install the program on macOS or Linux | 2020-07-16 | ||
README.md | 2022-06-25 | 1.9 kB | |
Key Clicker Holder.exe | 2020-07-15 | 12.9 MB | |
Key Clicker Holder (source code python file).pyw | 2020-07-15 | 8.3 kB | |
Totals: 9 Items | 12.9 MB | 2,558 |
This readme file contains the usage instructions of the program, as well as troubleshooting for macOS and Linux users.
How to use the program
After downloading and opening the program, select which device you want to use (either your keyboard or your mouse).
Then, select whether you want to autoclick or hold the key or button you will select.
If you have selected your keyboard, you will see a cyan box with a button below it. Click the button, then press the key you want to autoclick or hold. You should then see the key you selected in the cyan box.
If you have selected your mouse, you will see two buttons to select the mouse button you want to use (left click or right click). Select the mouse button you want to use.
If you have selected the "Autoclick" option, you will be able to set how frequently you want the selected key or button to be pressed in milliseconds.
After you have finished selecting your options, press F6 to start the autoclicking or holding.
When you want to stop autoclicking or holding, press F7.
I'm on macOS/Linux, but the program doesn't run
If you're on macOS or any other OS, the .exe file won't work, as it only runs on Windows. However, you can run the program from the source code file, but you'll need to install:
-
Python 3.x (may or may not come preinstalled with macOS and your Linux distro)
-
Tkinter (should come preinstalled with Python)
-
Pynput (download after installing Python, using the command: "pip install pynput" in the terminal)
-
PyAutoGUI (download after installing Python, using the command: "pip install PyAutoGUI" in the terminal)
After installing these libraries, you'll be able to run the python source file.
-
Webbrowser (should come preinstalled with Python)
-
Time (should come preinstalled with Python)
-
Threading (should come preinstalled with Python)