| File | Date | Author | Commit |
|---|---|---|---|
| config | 2023-10-15 |
|
[a66573] Create settings.txt |
| theme | 2023-10-15 |
|
[5994e1] Add files via upload |
| AutoClick.py | 2023-10-15 |
|
[5a3094] Create AutoClick.py |
| README.md | 2023-10-15 |
|
[95d121] Update README.md |
| azure.tcl | 2023-10-15 |
|
[147b83] Add files via upload |
| requirements.txt | 2023-10-15 |
|
[04a684] Create requirements.txt |
This is a simple Auto Clicker application built using Python and Tkinter GUI library. It allows users to automate mouse clicks at a specified rate and interval.
The theme used in this application is sourced from Azure ttk theme by rdbende.
To create an executable file for the Auto Clicker, you can use a tool like PyInstaller. This will package the Python script and its dependencies into a standalone executable.
Example command for PyInstaller:
```bash
pyinstaller --onefile AutoClicker.py