update: file organization, README; fix: showing averages with grades; add: Makefile

This commit is contained in:
mnjx
2023-04-13 12:36:08 +02:00
parent 80fbd8b946
commit 90568dfddd
13 changed files with 571 additions and 514 deletions
+5
View File
@@ -0,0 +1,5 @@
install:
pip install -r requirements.txt
run:
python3 "src/main.py"