A Python-based CLI tool to process and analyze engineering simulation data from CSV files.
Supports:
- Single file input
- Batch processing of multiple CSV files
- KPI computation (avg, max, % difference)
- Solver-wise aggregation
- Automated plot generation
- CLI-based execution
- Batch CSV processing
- Data aggregation using pandas
- Visualization using matplotlib
- Structured outputs (CSV + text + plots)
python main.py --input sample.csv
### Multiple files
python main.py --input data/
###Custom Output Folder
python main.py --input data/ --output results/