A simple script that generates an Excel file to help you decide what courses to attend in your next academic adventure. This file will contain a list of all the available courses for the chosen Degree divided by Year, Teaching and Semester.
This tool is compatible with all Universities that use *.coursecatalogue.cineca.it
.
The following are the tested universities, feel free to open issues / pull requests
to add more:
- Clone the repository:
git clone https://github.com/ardubev16/cineca-choice-helper
- Create and source a virtual environment:
python3 -m venv venv && . venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
- Run the script with the required arguments, use the following command to print a help message:
python3 main.py -h