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")