Petit programme python permettant l'analyse de séries de compétition, écrite en utilisant le code numérique (FIG officiel) dans un fichier Excel (.xlsx).
Go to file
Gregory Trullemans df5423b693 Adding class for statistics and table Conditional Formatting 2022-03-04 12:58:55 +01:00
requirements Update requirements and code optimisation 2022-03-03 14:00:38 +01:00
.gitignore Bug fix and optimizations 2022-03-01 19:00:33 +01:00
ReadMe.md combinaison dict setup refactoring and minor modifications 2022-03-02 13:33:22 +01:00
analyse.py Adding class for statistics and table Conditional Formatting 2022-03-04 12:58:55 +01:00
for_example.xlsx from csv to xlsx 2022-03-03 13:46:28 +01:00

ReadMe.md

(finding a friendly name for this application)

This application read à CSV file whitch contain trampoline routines and make some analyse :

- number of routine,
- number of unfinished routine,
- number of skill,
- number of tucked/picked/straight skill,
- …

All these result are exported in two CSV files.

Command

First, create a virtual env. and install the requirements :

pip install -r ./requirements/requirements.txt

Then, you can run the application :

python3 analyse.py for_exemple.csv