This is an academic project developed in Python and executed via the terminal. It simulates a basic school management system, allowing the registration and management of students, teachers, subjects, and classes, as well as grade assignment and data visualization.
- Python 3.x
- Object-Oriented Programming (OOP)
- Command-line interface (CLI)
- Registration of:
- Students
- Teachers
- Subjects
- Classes
- Enrollment of:
- Students into subjects
- Teachers into subjects
- Student grade registration
- Display of registered data
The project is organized using classes that represent the main entities of a school environment:
StudentTeacherSubjectClass
User interaction is handled through terminal-based menus with simple navigation.
- Apply object-oriented programming concepts
- Practice encapsulation and relationships between classes
- Develop the logic of a system with multiple entities and interactions
-
Clone the repository:
git clone https://github.com/Andrius-Anselmi/python-school-management-cli.git
-
Navigate to the project directory:
cd python-school-management-cli -
Run the main file:
python main.py
This project is licensed under the MIT License.
You are free to use, modify, and distribute it, provided that proper credit is given.
See the LICENSE file for more details.