venv + install requirement auto

This commit is contained in:
Chevallier
2026-01-14 14:15:06 +01:00
parent 496cb00803
commit 61bf1b0d73
6 changed files with 168 additions and 96 deletions

9
gui_switch.py Normal file
View File

@@ -0,0 +1,9 @@
import tkinter as tk
from tkinter import ttk, filedialog, messagebox
# Contenu fenêtre Analyse Switch
def open_switch_gui(root, BASE_DIR):
messagebox.showinfo(
"Analyse log Switch",
"L'analyse log switch n'est pas encore disponible."
)