From ca2a805326b655bd9114458f3c5da9f074443e2c Mon Sep 17 00:00:00 2001 From: jfontaine35 Date: Wed, 23 Oct 2024 11:36:37 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20pr=C3=A9requis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Accrochage.py | 3 +++ GUI-Accrochage.py | 6 ++++++ validation.py | 2 ++ 3 files changed, 11 insertions(+) diff --git a/Accrochage.py b/Accrochage.py index 738c3f9..ce648b8 100644 --- a/Accrochage.py +++ b/Accrochage.py @@ -1,3 +1,6 @@ +# ******************************************************************************* +# Formatage du fichier Data.csv avec libre Office avant de commencer... + import xml.etree.ElementTree as ET import csv import random diff --git a/GUI-Accrochage.py b/GUI-Accrochage.py index 978c5cf..1343ed3 100644 --- a/GUI-Accrochage.py +++ b/GUI-Accrochage.py @@ -1,3 +1,9 @@ +#Prérequis : +# Install tk / PySimpleGUI +# sudo apt install python3-tk + + + import PySimpleGUI as sg import subprocess diff --git a/validation.py b/validation.py index faf82a8..a82ddde 100644 --- a/validation.py +++ b/validation.py @@ -1,3 +1,5 @@ +#Prérequis : Install + from lxml import etree import sys