From cad3a24622990a8e1edf35980ca4f761df0c6905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RAVET=20C=C3=A9lya?= Date: Fri, 27 Mar 2026 14:13:35 +0100 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projet_mdp.py | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/projet_mdp.py b/projet_mdp.py index d98ca14..3f65c39 100644 --- a/projet_mdp.py +++ b/projet_mdp.py @@ -1 +1,40 @@ -import tkinter as tk \ No newline at end of file +import tkinter as tk + +fenetre = tk.Tk() +fenetre.title("mots de passe") +canva=tk.Canvas(fenetre, width=500, height=500, bg='black') +tk.Label(text = "createur de mots de passe").grid(column=1, + columnspan=1) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +fenetre.mainloop() \ No newline at end of file