# stu_system **Repository Path**: yasinh/stu_system ## Basic Information - **Project Name**: stu_system - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-09 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学生成绩统计分析系统 这是一个基于Flask的学生成绩统计分析系统,用于管理和分析学生的成绩数据。 ## 项目结构 ``` stu_system/ ├── app/ │ ├── __init__.py │ ├── models/ │ ├── routes/ │ ├── templates/ │ └── static/ ├── config.py ├── requirements.txt └── run.py ```