A Python-based Academic Management System with Data Visualization & MVC Architecture.

cli data-visualization matplotlib mvc-pattern python python3 seaborn student-project student-tools
2 Open Issues Need Help Last updated: Jan 3, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue requests the addition of Python docstrings to all functions within `core.py`, `ui.py`, and `viz.py`. The goal is to improve code documentation for new developers by describing each function's purpose, arguments, and return values, following a specified format.

Complexity: 1/5
documentation good first issue

A Python-based Academic Management System with Data Visualization & MVC Architecture.

Python
#cli#data-visualization#matplotlib#mvc-pattern#python#python3#seaborn#student-project#student-tools

AI Summary: This GitHub issue requests a refactor of the entire Python codebase to adhere to PEP 8 formatting standards. The main tasks involve ensuring consistent spacing (2 blank lines between top-level definitions), organizing imports at the top of files, and maintaining line lengths under 79/88 characters. The issue explicitly suggests using auto-formatting tools like `black` or `autopep8` to streamline the process across all `.py` files.

Complexity: 2/5
enhancement good first issue

A Python-based Academic Management System with Data Visualization & MVC Architecture.

Python
#cli#data-visualization#matplotlib#mvc-pattern#python#python3#seaborn#student-project#student-tools