From 72136a7ab4cb6150a3ba754929de3683e99c6e79 Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 29 Aug 2020 08:30:23 +0300 Subject: [PATCH] Update PasswordGenerator.py --- PasswordGenerator.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PasswordGenerator.py b/PasswordGenerator.py index d7fb54f..edbd855 100644 --- a/PasswordGenerator.py +++ b/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()