An Autoclicker for macOS, Windows, and Linux; coded in Python.
(I am aware that it does not appear as such on Windows, I will begin fixing that soon)
Step 1:
Install Python and Tkinter. Tkinter can be tricky to get set up, so try all of the methods below until you can run the program.
Windows:
py -3 -m pip install tk
MacOS/Linux:
python3 -m pip install tk
brew install python-tk
Now, install pynput using the below.
Windows:
py -3 -m pip install pynput
MacOS/Linux:
python3 -m pip install pynput
Step 2:
Open a command-prompt and run main.py
like below:
Windows:
py -3 main.py
MacOS/Linux:
python3 main.py
-Python 3.9
-Tkinter
-pynput
(All requirements used visible in main.py)
If you have any issues, contact me here.
You don't have to give credit to me. That's not what Github is for (in my opinion).