Ajout des prérequis
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# *******************************************************************************
|
||||||
|
# Formatage du fichier Data.csv avec libre Office avant de commencer...
|
||||||
|
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
import csv
|
import csv
|
||||||
import random
|
import random
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
#Prérequis :
|
||||||
|
# Install tk / PySimpleGUI
|
||||||
|
# sudo apt install python3-tk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import PySimpleGUI as sg
|
import PySimpleGUI as sg
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#Prérequis : Install
|
||||||
|
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user