A Python script to create and fill in PolarCharts with some values and labels
- Create a folder and place the attached script & Users.xlsx file in the folder (download this Google Sheet here and rename Users.xlsx) - Or change line 48 if you don't want to rename.
- Open a terminal and cd to that folder
- And then run the below command
docker run -t -i -v ${PWD}:/tmp python bash
- Then install the below packages
pip install numpy plotly pandas openpyxl
- From inside the container, cd to /tmp location and run the command
python main.py
- This will generate an Assesments.html file inside the same directory, all of the diagrams will be in a single html page labelled, scroll down. You only need to duplicate the tabs and keep the format for each of the people you want to perform an assessment of. Label each tab with the person's name as the script uses this as a label for the diagrams.
- To edit, change column B in Users.xlsx. Use a new tab for each person.
- Create a folder and place the attached script & Users.xlsx file in the folder (download this Google Sheet here and rename Users.xlsx) - Or change line 48 if you don't want to rename.
- Open a terminal and cd to that folder
- And then run the below command
python PolarAreaChart.py
- This will generate an Assessments.html file inside the same directory, all of the diagrams will be in a single html page labelled, scroll down. You only need to duplicate the tabs and keep the format for each of the people you want to perform an assessment of. Label each tab with the person's name as the script uses this as a label for the diagrams.
- To edit, change column B in Users.xlsx. Use a new tab for each person.