Skip to content
A

average

Projects with this topic

  • A Python script to calculate the average grade and corresponding GPA from a dictionary of course credit points and grades. The program processes course grades based on their credit weights and returns both the average percentage and the GPA scaled to 4.0.

    Updated
    Updated
  • Python program to read CSTimer exported file (JSON format) and convert it to Excel

    Usage: cstimer2excel.py [filename.txt [sessionname]]

    Default filename.txt = cstimer.txt

    Default session = loop over all sessions

    The output will be an excel sheet containing the raw data and 2 graphs:

    one where the X-axis contains the solve number another one where it contains the dates of the solves

    DNF are taken into account and the average will be a DNF if not ignored.

    Updated
    Updated