This simple command line tool allows to automate the whole process of grade journaling, managing a Github repository to store and document your academic journey.
- A github repository to store your Academic Journal
- A valid SSH key for your GitHub account
- Python 3
In order to install the Academic Journal Builder, just clone the repository and execute the install.sh file.
cd <path_to_cloned_repo> && ./install.sh
- Enter your repository link and matricola through the flags
--repo
and--code
- [Optional] Add you course of study using the flag
--course-of-study
- That's it! Just add your first grade. You can either:
Add only the grade specifying the numeric value of the grade and the course name with the flags --name
and --grade
Add a grade file and the course name with the flags a --name
and --path
. This way a CourseNameStats.md file with the exam statistics will be created
The expected txt file is in the form
Matricola | Grade | ... | ... |
---|
With each colon divided by a tab \t
Just go to Servizi Online > Consultazione Esito Esami, click on the grade you want to register, access the grade list and copy-paste it on a file.txt