An open API service indexing awesome lists of open source software.

https://github.com/nelsonmestevao/averagum

:bar_chart: Weighted average for the Software Engineering degree in University of Minho
https://github.com/nelsonmestevao/averagum

average grades miei python uminho

Last synced: 3 months ago
JSON representation

:bar_chart: Weighted average for the Software Engineering degree in University of Minho

Awesome Lists containing this project

README

        

# :bar_chart: Averagum
> **Averag**e + **U**niversity of **M**inho

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](averagum.py) script.

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

### :inbox_tray: Prerequisites

You need [pandas](https://pandas.pydata.org/) installed as listed in the
`requirements.txt`.

You can install all dependencies by running the following command.

```sh
pip install -r requirements.txt
```