|
|
@ -32,7 +32,7 @@ def main(): |
|
|
|
# |
|
|
|
# |
|
|
|
global time_btwn_clcks |
|
|
|
global time_btwn_clcks |
|
|
|
time_btwn_clcks = tk.Scale(window, orient = "horizontal", resolution = -1,length = 9999999, |
|
|
|
time_btwn_clcks = tk.Scale(window, orient = "horizontal", resolution = -1,length = 9999999, |
|
|
|
from_ = 0.001, to = 10 ,bg = BACK_CLR, font = 20, |
|
|
|
from_ = 0.001, to = 1 ,bg = BACK_CLR, font = 20, |
|
|
|
label = "Click interval (seconds)") |
|
|
|
label = "Click interval (seconds)") |
|
|
|
time_btwn_clcks.place(x = 5,y = 0,width = 200) |
|
|
|
time_btwn_clcks.place(x = 5,y = 0,width = 200) |
|
|
|
# |
|
|
|
# |
|
|
@ -66,6 +66,8 @@ def main(): |
|
|
|
entry_cleaner.place(x = 380, y = 40 , width = 100, height = 20) |
|
|
|
entry_cleaner.place(x = 380, y = 40 , width = 100, height = 20) |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
location_x.focus_set() |
|
|
|
|
|
|
|
|
|
|
|
window.mainloop() |
|
|
|
window.mainloop() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|