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
- Host: GitHub
- URL: https://github.com/nelsonmestevao/averagum
- Owner: nelsonmestevao
- Created: 2019-07-10T18:02:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T11:01:40.000Z (about 5 years ago)
- Last Synced: 2025-01-14T17:14:21.239Z (5 months ago)
- Topics: average, grades, miei, python, uminho
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :bar_chart: Averagum
> **Averag**e + **U**niversity of **M**inhoIn 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
```