From 44bf74ac4d5e94560237da897bf964fd7bfcf9f5 Mon Sep 17 00:00:00 2001 From: DELMAS Enora Date: Fri, 28 Mar 2025 14:47:50 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'projet=5Finterface?= =?UTF-8?q?=5Fgraphique.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projet_interface_graphique.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projet_interface_graphique.py b/projet_interface_graphique.py index dda498a..15d8c44 100644 --- a/projet_interface_graphique.py +++ b/projet_interface_graphique.py @@ -24,7 +24,7 @@ value2.set("Saisir le masque de sous réseau") entree2 = Entry(fenetre, textvariable=value2, width=30) entree2.pack() -bouton = Button(fenetre, text ='calcul', command=calcul) +bouton = Button(fenetre, text ='calcul', command=calcul, bg="pink") bouton.pack() label = Label(fenetre, text="adresse IP du reseau")