Skip to content

An Autoclicker for macOS, Windows, and Linux; coded in Python.

License

Notifications You must be signed in to change notification settings

MCMi460/PythonAutoclicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonAutoclicker

An Autoclicker for macOS, Windows, and Linux; coded in Python.

screenshot

(I am aware that it does not appear as such on Windows, I will begin fixing that soon)


How to use

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

Requirements:

-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).

About

An Autoclicker for macOS, Windows, and Linux; coded in Python.

Topics

Resources

License

Stars

Watchers

Forks

Languages