File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Auto-Clicker
2
2
3
- A simple program that clicks automatically. Fully portable with GUI.
4
-
3
+ A simple program that clicks automatically. Fully portable with GUI.
5
4
6
5
Helps with repetitive tasks (continuously refreshing webpage, collecting stuff in games, ...)
7
6
8
7
9
- Made with Python 3.10 (required third-party libraries: mouse, psutil), built using PyInstaller.
8
+ ![ screenshot ] ( https://user-images.githubusercontent.com/40371578/178150022-51d95899-31da-480e-98c9-71bca39bc95d.png )
10
9
11
10
12
- ![ screenshot] ( https://user-images.githubusercontent.com/40371578/178150022-51d95899-31da-480e-98c9-71bca39bc95d.png )
11
+
12
+ ## Downloading
13
+ Prebuilt program is available under Releases
14
+
15
+ ## Building
16
+ 1 . Clone repository
17
+ 2 . Run command: ` pip install -r requirements.txt `
18
+ 3 . Run build.py
19
+ 4 . Built ` *.exe ` will be placed in the same folder
You can’t perform that action at this time.
0 commit comments