https://github.com/myphz/autoclicker
A simple but efficient autoclicker made with Kivy and PyAutoGUI!
https://github.com/myphz/autoclicker
autoclicker kivy kivy-framework pyautogui pynput python python3
Last synced: 13 days ago
JSON representation
A simple but efficient autoclicker made with Kivy and PyAutoGUI!
- Host: GitHub
- URL: https://github.com/myphz/autoclicker
- Owner: Myphz
- Created: 2020-10-12T12:04:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T13:16:49.000Z (about 3 years ago)
- Last Synced: 2025-03-26T04:35:15.986Z (about 1 month ago)
- Topics: autoclicker, kivy, kivy-framework, pyautogui, pynput, python, python3
- Language: Python
- Homepage:
- Size: 400 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple autoclicker made with PyAutoGUI, Kivy and Pynput!
## Information
A simple autoclicker with a minimalist design.\
You can choose your desired amount of CPS by moving the slider to the right.\
**Press F4 to enable/disable the autoclicker!**## Instructions
To execute this file, simply download the executable file (click to the right, on "Releases") or install all the dependencies listed below, download all the source files and put them in the same folder.\
Execute the python file by executing the command prompt in the same directory as the files and typing ```python code.py```
### To enable or disable the autoclicker, just press the F4 key on your keyboard!
## Dependencies
- Kivy (go to https://kivy.org/doc/stable/installation/installation-windows.html for instructions on installation)
- PyAutoGUI (install by typing on the cmd ```pip install pyautogui```)
- Pynput (install by typing on the cmd ```pip install pynput```)
- KivyOnTop (install by typing on the cmd ```pip install kivyontop```)