|
|
||
|---|---|---|
| LICENSE | ||
| README.md | ||
| gci_analysis.py | ||
README.md
gci_analyst
This tool is useful to analyze the output of Google Code-in data
REQUIREMENTS
- Python >= 3
- Numpy
- Matplotlib
HOW TO USE
To get the Google Code-in data in JSON format you have to run like this, in this case the output files will be written in the same input directory
python3 gci_analysis.py -j /PATH/TO/DATA/DIRECTORY
To plot most of the data in beatiful PNG plots with DPI value at 300 run
python3 gci_analysis.py -p -d 300 /PATH/TO/DATA/DIRECTORY
To plot most of the data in beatiful SVG plots with default DPI in /tmp directory
python3 gci_analysis.py -p -f svg -o /tmp /PATH/TO/DATA/DIRECTORY