Projects

My Projects

Here are some projects I’ve worked on.

1. Python Final Exam Analysis Tool

A Python script to analyze class final exam scores. It reads Excel files, calculates key statistics (average score, median, score distribution), and generates visual charts (histograms, box plots) using pandas and matplotlib.

2. Dormitory Shared Supplies Manager (Mini Program)

A cross-platform mini program built with JavaScript + uni-app for tracking shared items in a dorm. It records “borrow/return” actions and sends automatic reminders when supplies run low.

3. Campus Second-Hand Trading Website

A simple web platform for buying/selling used items on campus, with HTML/CSS/JS (frontend) and Flask (backend API). Features include item posting, browsing, and seller chat.