Browse Source

Add files via upload

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

2
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.005, to = 500 ,bg = BACK_CLR, font = 20,
from_ = 0.001, to = 10 ,bg = BACK_CLR, font = 20,
label = "Click interval (seconds)")
time_btwn_clcks.place(x = 5,y = 0,width = 200)
#

Loading…
Cancel
Save