Browse Source

Update PasswordGenerator.py

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

4
PasswordGenerator.py

@ -188,8 +188,6 @@ clear_button = Button(root, text = 'Clear', bg = back)
clear_button.config(command = clear)
clear_button.place(x = 590, y = 230 , width = 100)
copyright = Label(root, text = '©Unbewohnte', bg = back)
copyright.place(x = 590 ,y = 280)
scale_length = Scale(root, orient = "horizontal", length = 200, from_ = 1, bg = back)
scale_length.place(x = 370,y = 0)
@ -197,6 +195,4 @@ label_length = Label(root, text = "The length :", bg = back)
label_length.place(x = 270,y = 20)
# ©Unbewohnte
root.mainloop()

Loading…
Cancel
Save