This is a homework project that involves implementing a simple student and lecturer management system using Python classes. The project consists of three main classes: Person, Student, and Lecturer, and two supporting classes: Course and Grade. The Person class represents a person and has attributes such as name, surname, and ID. The Student class inherits from Person and has additional attributes such as GPA and passed hours. The Lecturer class also inherits from Person and has additional attributes such as the courses taught.
- Python 3
- Clone the project repository using the following command:
$ git clone https://github.com/hamarshehmhmd/ClassMate.git
- Navigate to the project directory:
cd ClassMate
-
Open a terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command:
$ python main.py
-
Follow the prompts to create a new student or lecturer, enroll them in courses, and calculate their GPA or load.
This project was created as a homework assignment for educational purposes only. Feel free to use it as a reference or starting point for your own projects, but please do not submit this project as your own work for academic credit.
If you have any questions or feedback about the project, please don't hesitate to contact me.
Created by Mohammad Hamarsheh - hamarshehmhmd@gmail.com