modification export_matrice_flux, ajout nom SCAN

This commit is contained in:
Chevallier
2026-06-02 15:30:59 +02:00
parent ee160fc06c
commit 68a22beb69
4 changed files with 17 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ def relaunch_in_venv():
# Contenu fenêtre principale
def open_main_gui():
root = tk.Tk()
root.title("Analyse Réseau")
root.title("SCAN")
root.geometry("650x500")
root.resizable(True, True)