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 7894802e5b Big code refactoring 2022-03-17 21:49: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 Code improvement 2022-03-05 17:22:12 +01:00
analyse.py Big code refactoring 2022-03-17 21:49: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 analyses :

- number of routines,
- number of unfinished routines,
- number of skills,
- number of tucked/picked/straight skills,
- …

All these results 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