Browse Source

Mise à jour de 'projet_interface_graphique.py'

master
DELMAS Enora 1 week ago
parent
commit
44bf74ac4d
  1. 2
      projet_interface_graphique.py

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

Loading…
Cancel
Save