POC de manipulations de CSV / XLS en python (tableur avec console Python)
Dans un terminal copier le projet github
git clone https://github.com/nseaSeb/clientsetchatiments.git Une fois fait nous nous rendons dans le dossier du projet et nous installons l'environement virtuel
cd clientsetchatiments python3 -m venv .venv source .venv/bin/activate Installation des dépendances
pip install openpyxl pip install PySide6 pip3 install pip3 install numpy Pour executer l'application
python app.py (si vous avez en console "command not found:" adapter à votre installation de python par exemple pip3 et python3, sinon assurez-vous d'avoir bien installé python dans votre environnement)
Pour compiler l'application D'abord rendre le script executable et installer la dépendance pyintaller
chmod +x build.sh pip install pyinstaller Pour exécuter le script
./build.sh Une fois fait vous devriez avoir dans le dossier ./dist une application exécutable
