TraSCA/ReadMe.md

27 lines
535 B
Markdown
Raw Normal View History

# (finding a friendly name for this application)
2022-03-05 17:22:12 +01:00
This application read à ***CSV file*** whitch contain trampoline routines and make some analyses :
2022-03-05 17:22:12 +01:00
- number of routines,
- number of unfinished routines,
- number of skills,
- number of tucked/picked/straight skills,
-
2022-03-05 17:22:12 +01:00
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`