I made this auto-clicker for people who don't want to deal with complicated stuff.
Disclaimer: It does not come with a GUI, simply just edit the code to make it work.
- Download a code editor or IDE that runs Python. Some that I use are IDLE, PyCharm, Visual Studio Code, or Atom.
- After setting up your code editor or IDE, navigate to your terminal. Then, enter the following commands (one after the other):
pip install pynput
andpip install threading
. - Go to the releases tab and download
Auto.Clicker.py
andAuto.Keyboard.Button.Presser.py
. Those are the two "Applications" that are the auto-clickers. - You will have to give the code permission to control the computer - so navigate to your system settings and enable the code editor or IDE to control your computer.
- And you're done! Edit the code to your liking and controls.
Some of this code comes from an online tutorial, which can be found here.