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

https://github.com/orangomango/autoclicker

Simple autoclicker made with python3!
https://github.com/orangomango/autoclicker

autoclicker python3 tkinter

Last synced: 9 days ago
JSON representation

Simple autoclicker made with python3!

Awesome Lists containing this project

README

          

# AutoClicker
Simple autoclicker made with python3!

## Required modules
* pyautogui
* pynput

You can install those modules with `pip`:
```
pip3 install pyautogui pynput
```

## How to run
```
python3 main.py
```

## Screenshot
![autoclicker](https://user-images.githubusercontent.com/61402409/149806860-f1319ac7-e788-43e0-ba44-33bc8ecb0c87.png)