TraSCA/ReadMe.md

27 lines
535 B
Markdown

# (finding a friendly name for this application)
This application read à ***XLSX 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 a .xlsx file.
#### 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`