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.
- Host: GitHub
- URL: https://github.com/filiprokita/pyclicker
- Owner: FilipRokita
- License: mit
- Created: 2021-12-05T22:28:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T22:03:15.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:41:48.761Z (9 months ago)
- Topics: autoclicker, gui, gui-automation, keyboard, mouse, pyautogui, python, python3, utilities, utility
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)