Skip to content

Commit 2f41065

Browse files
committed
Fixed a bug which was making the program appear white.
1 parent 0e70aaf commit 2f41065

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22

33
A simple AutoClicker that can automatically click the mouse so fast and hold the mouse button down <br />
44

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
68

79
# Features
810

911
1. Fast autoclicking
1012
2. Free and Open Source <br />
1113
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

autoclicker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import customtkinter
66
import threading
77

8-
customtkinter.set_appearance_mode("black")
8+
customtkinter.set_appearance_mode("dark")
99
customtkinter.set_default_color_theme("blue")
1010

1111
autoclick_key = Key.f5

0 commit comments

Comments
 (0)