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!
- Host: GitHub
- URL: https://github.com/orangomango/autoclicker
- Owner: OrangoMango
- License: mit
- Created: 2022-01-17T15:30:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T07:48:22.000Z (over 4 years ago)
- Last Synced: 2025-02-26T15:38:03.197Z (over 1 year ago)
- Topics: autoclicker, python3, tkinter
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
