# (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`