Ajout des prérequis

This commit is contained in:
jfontaine35 2024-10-23 11:36:37 +02:00
parent 5d49c79b84
commit ca2a805326
3 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
#Prérequis :
# Install tk / PySimpleGUI
# sudo apt install python3-tk
import PySimpleGUI as sg
import subprocess

View File

@ -1,3 +1,5 @@
#Prérequis : Install
from lxml import etree
import sys