项目作者: nelsonmestevao

项目描述 :
:bar_chart: Weighted average for the Software Engineering degree in University of Minho
高级语言: Python
项目地址: git://github.com/nelsonmestevao/averagum.git
创建时间: 2019-07-10T18:02:23Z
项目社区:https://github.com/nelsonmestevao/averagum

开源协议:

下载


:bar_chart: Averagum

Average + University of Minho

In the course of Software Engineering of the University of Minho, to calculate
the average, you need to take into account weighting factors.

Fill with your grades the classification column in the file data/courses.csv
(please, save it in UTF-8) and then run the Python script.

The first field, avg, is your weighted average at the moment.

:inbox_tray: Prerequisites

You need pandas installed as listed in the
requirements.txt.

You can install all dependencies by running the following command.

  1. pip install -r requirements.txt