A Python script to count BPMN elements from a .bpmn file
- pip3 install pandas
- pip3 install xlrd
- pip install xlsxwriter
- Run with $python3 main.py path/to/bpmn/models/folder Output.csv
- First argument is the path to models folder
- Second argument is the output csv file name tha will be created in the script folder