This tool is useful to analyze the output of Google Code-in data
Go to file
lucadelu b57e7f2bed added functions to write CSV files 2018-04-27 00:49:55 +02:00
LICENSE first commit 2018-04-13 11:44:08 +02:00
README.md first commit 2018-04-13 11:44:08 +02:00
gci_analysis.py added functions to write CSV files 2018-04-27 00:49:55 +02:00

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