Browse Source

Premiére interface

master
maxence.aubailly 1 week ago
parent
commit
a5162b67dc
  1. 10
      Interface_Tk.py

10
Interface_Tk.py

@ -0,0 +1,10 @@
import tkinter as tk
screen = tk.Tk()
screen.title("Consommation éléctrique")
screen.minsize(700,500)
screen.maxsize(700,500)
screen.mainloop()
Loading…
Cancel
Save