Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

A simple but efficient autoclicker made with Kivy and PyAutoGUI!

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