From ced02a5ce76212166e9ce3e921f2a1122d9c80bb Mon Sep 17 00:00:00 2001 From: "laneury.a" <> Date: Mon, 7 Apr 2025 09:38:50 +0200 Subject: [PATCH] suppression truc inutile --- main(1).py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/main(1).py b/main(1).py index c8c06d2..15a4004 100644 --- a/main(1).py +++ b/main(1).py @@ -121,20 +121,6 @@ boutonv = Button(text="valider", command=generer_mdp, bg = fg_color, fg=str_colo boutonv.grid(row = 8, column=0) """""" -"""labels mdp -mdp_est = StringVar() -mdp_est.set("Le mot de passe est :") - -label_mdp_est = Label(fenetre, textvariable = mdp_est, bg = fg_color, fg=str_color, width=w_elem) -label_mdp_est.grid(row=9, column= 0) - -mdp_label = StringVar() -mdp_label.set(chaine) - -label_mdp = Label(fenetre, textvariable = mdp_label, bg = fg_color, fg=str_color, width=w_elem, height=3) -label_mdp.grid(row=10, column= 0) -""" - """bouton presse papier""" boutonpp = Button(text="copier dans le presse-papier", command=copie, bg = fg_color, fg=str_color, activebackground=fg_color, activeforeground=str_color, width=w_elem) boutonpp.grid(row = 11, column=0)