Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiprokita/pyclicker2
pyClicker2 is a desktop application written in Python with a GUI built using tkinter. It is an automation tool that can simulate mouse clicks at a specified CPS (clicks per second) and is useful for automating repetitive tasks or for gaming. The program is open source and can be used for personal or commercial purposes.
https://github.com/filiprokita/pyclicker2
autoclicker automation clicker desktop development game gui open-source productivity python tkinter
Last synced: 14 days ago
JSON representation
pyClicker2 is a desktop application written in Python with a GUI built using tkinter. It is an automation tool that can simulate mouse clicks at a specified CPS (clicks per second) and is useful for automating repetitive tasks or for gaming. The program is open source and can be used for personal or commercial purposes.
- Host: GitHub
- URL: https://github.com/filiprokita/pyclicker2
- Owner: FilipRokita
- Created: 2021-12-16T10:07:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T13:01:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T13:12:01.410Z (2 months ago)
- Topics: autoclicker, automation, clicker, desktop, development, game, gui, open-source, productivity, python, tkinter
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyClicker2
`pyClicker2.pyw` is a simple auto-clicker script written in Python using the `pyautogui` and `keyboard` modules. The script allows the user to set a start button, a stop button, and clicks per second (CPS). Once started, the script will click at the specified CPS until the user presses the stop button.
## Usage
1. Open `pyClicker2.pyw` with a Python IDE of your choice.
2. Set the appropriate start and stop buttons, and CPS.
3. Run the script.
4. Press the start button to start clicking.
5. Press the stop button to stop clicking.## Requirements
* Python 3.x
* `pyautogui` module
* `keyboard` module## Credits
`pyClicker2.py` was written by Filip Rokita. Visit www.filiprokita.com for more projects and tutorials.