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 ef48f14db2 Update/refactore skill code 2022-12-29 21:41:30 +01:00
requirements Update requirements and code optimisation 2022-03-03 14:00:38 +01:00
.gitignore Code refactoring 2022-12-29 11:50:47 +01:00
ReadMe.md Code improvement 2022-03-05 17:22:12 +01:00
analyse.py Update/refactore skill code 2022-12-29 21:41:30 +01:00
for_example.xlsx from csv to xlsx 2022-03-03 13:46:28 +01:00
routine.py Add to string funciton 2022-12-29 12:21:03 +01:00
skill.py Update/refactore skill code 2022-12-29 21:41:30 +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