Pedago is a Python package designed for educational purposes, focusing on managing courses, assessments, users (students and teachers), generating reports, and providing utility functions. It aims to facilitate the development of educational applications and platforms by providing robust and flexible functionalities.
- Course Management: Create, update, delete courses. Enroll and manage students.
- Assessment Handling: Create quizzes and assignments, grade assessments.
- User Management: Add, remove, and manage students and teachers.
- Report Generation: Generate user activity, course performance, financial, and enrollment reports.
- Utility Functions: Includes helper functions for common operations.
You can install Pedago using pip:
pip install pedago