|
@ -139,12 +139,12 @@ def recup2(): |
|
|
|
|
|
|
|
|
def recup3(): |
|
|
def recup3(): |
|
|
temp_moy = value3.get() |
|
|
temp_moy = value3.get() |
|
|
label6.configure(text=temp_moy) |
|
|
label7.configure(text=temp_moy) |
|
|
return temp_moy |
|
|
return temp_moy |
|
|
|
|
|
|
|
|
def recup4(): |
|
|
def recup4(): |
|
|
temp_ref = value4.get() |
|
|
temp_ref = value4.get() |
|
|
label6.configure(text=temp_ref) |
|
|
label8.configure(text=temp_ref) |
|
|
return temp_ref |
|
|
return temp_ref |
|
|
|
|
|
|
|
|
#def calc_conso(): |
|
|
#def calc_conso(): |
|
@ -183,12 +183,12 @@ entree3.grid() |
|
|
label4.grid(pady=10) |
|
|
label4.grid(pady=10) |
|
|
entree4.grid() |
|
|
entree4.grid() |
|
|
|
|
|
|
|
|
label8 = Label(fenetre, text="Conso", bg="yellow") |
|
|
label9= Label(fenetre, text="Conso", bg="yellow") |
|
|
|
|
|
|
|
|
bouton1 = Button(canvas1, text="Tester", command=lancer(value2.get, value3.get, value4.get), width=15, height=2, bg="cyan").grid(pady=10) |
|
|
bouton1 = Button(canvas1, text="Tester", command=lancer(value2.get, value3.get, value4.get), width=15, height=2, bg="cyan").grid(pady=10) |
|
|
|
|
|
|
|
|
canvas1.grid() |
|
|
canvas1.grid() |
|
|
label8.grid(pady=10) |
|
|
label9.grid(pady=10) |
|
|
|
|
|
|
|
|
fenetre.title("IHM KNN") |
|
|
fenetre.title("IHM KNN") |
|
|
fenetre.iconbitmap('icon.ico') |
|
|
fenetre.iconbitmap('icon.ico') |
|
|