Skip to content

pyClicker is a Python program that automates mouse clicks. It utilizes the PyAutoGUI library to perform the clicking action and the keyboard library to start and stop the clicking process. Users can customize the start and stop buttons according to their preferences. With pyClicker, repetitive clicking tasks can be completed with ease.

License

Notifications You must be signed in to change notification settings

FilipRokita/pyClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyClicker

This is a simple Python script designed to automate clicking using the PyAutoGUI library.

Installation

Before using pyClicker, you must first ensure that the PyAutoGUI library is installed. This can be done by running the following command:

pip install pyautogui

Once PyAutoGUI is installed, you can download and run the pyClicker script.

Usage

  1. Run the pyClicker script by running the command:
python pyClicker.py
  1. Input the key you would like to use to start and stop the clicking process.

  2. Press the start key to start the clicking process.

  3. Press the stop key to stop the clicking process.

Author

About

pyClicker is a Python program that automates mouse clicks. It utilizes the PyAutoGUI library to perform the clicking action and the keyboard library to start and stop the clicking process. Users can customize the start and stop buttons according to their preferences. With pyClicker, repetitive clicking tasks can be completed with ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages