An open API service indexing awesome lists of open source software.

https://github.com/filiprokita/pyclicker

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.
https://github.com/filiprokita/pyclicker

autoclicker gui gui-automation keyboard mouse pyautogui python python3 utilities utility

Last synced: 7 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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
```

2. Input the key you would like to use to start and stop the clicking process.

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

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

## Author

- Filip Rokita
- Website: [www.filiprokita.com](http://www.filiprokita.com/)