1 changed files with 26 additions and 1 deletions
@ -1,3 +1,28 @@ |
|||
#projet 7 interface graphique |
|||
import tkinter as tk |
|||
#Creation de la fenetre |
|||
fenetre =tk.Tk() |
|||
fenetre.title("Calcul d'IP") |
|||
canvas=tk.Canvas(width=500,height=500,bg="ivory") |
|||
canvas.grid |
|||
|
|||
#projet 7 interface graphique |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
fenetre.mainloop() |
|||
Loading…
Reference in new issue