Skip to content

Commit 2e96485

Browse files
committed
Update README.md
1 parent ee2c6e1 commit 2e96485

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Auto-Clicker
22

3-
A simple program that clicks automatically. Fully portable with GUI.
4-
3+
A simple program that clicks automatically. Fully portable with GUI.
54

65
Helps with repetitive tasks (continuously refreshing webpage, collecting stuff in games, ...)
76

87

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

1110

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

0 commit comments

Comments
 (0)