Metadata-Version: 2.4
Name: pytica
Version: 0.2.1
Summary: Python Learning Analytics Toolkit for Teachers and Schools
Home-page: https://github.com/bjaspel63/pytica
Author: Jaspel Bosales
Author-email: Jaspel Bosales <bjaspel63@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/bjaspel63/pytica
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: openpyxl>=3.1.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Pytica

[![PyPI version](https://img.shields.io/pypi/v/pytica?color=blue)](https://pypi.org/project/pytica/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

**Pytica** is an open-source Python library for **learning analytics**, designed to help teachers, students, and schools **analyze grades, track student progress, and generate insightful reports**.

---

## 🌟 Features

- **Grade Analytics**: class averages, top performers, student progress
- **Insights**: identify struggling, improving, or declining students
- **Visualizations**: student progress charts, class trends
- **Reporting**: export Excel and PDF reports
- **Attendance Tracking**: monitor student presence and correlate with grades

---

## ⚡ Installation

```bash
pip install pytica
