File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A simple AutoClicker that can automatically click the mouse so fast and hold the mouse button down <br />
4
4
5
- The new version has a new feature that lets you choose which mouse button to click!
5
+ The new version has two new features that let you choose between single clicking and double-clicking, and set the click interval in seconds!
6
+
7
+ The new versions will have two options for installing a zip file or a setup.exe file that will download it for you and you can have a desktop shortcut
6
8
7
9
# Features
8
10
9
11
1 . Fast autoclicking
10
12
2 . Free and Open Source <br />
11
13
3 . Choose between which mouse button to click as <br />
12
- 4 . Hold the mouse button down 5. No advertisements
13
- 5 . Convenient - Hotkey works while application is in background <br />
14
- 6 . Simple Clean and modern interface
14
+ 4 . Hold the mouse button down <br />
15
+ 5 . No advertisements <br />
16
+ 6 . Convenient - Hotkey works while application is in background <br />
17
+ 7 . Simple Clean and modern interface <br />
18
+ 8 . Choose between single clicking and double clicking <br />
19
+ 9 . 0% CPU Usage <br />
20
+ 10 . Low Ram Usage <br />
21
+ 11 . Set the click interval
Original file line number Diff line number Diff line change 5
5
import customtkinter
6
6
import threading
7
7
8
- customtkinter .set_appearance_mode ("black " )
8
+ customtkinter .set_appearance_mode ("dark " )
9
9
customtkinter .set_default_color_theme ("blue" )
10
10
11
11
autoclick_key = Key .f5
You can’t perform that action at this time.
0 commit comments