Browse Source

Add files via upload

master
Unbewohnte 4 years ago committed by GitHub
parent
commit
ccce822df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Clicker.py

4
Clicker.py

@ -32,7 +32,7 @@ def main():
#
global time_btwn_clcks
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)")
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)
#
location_x.focus_set()
window.mainloop()

Loading…
Cancel
Save