UMC Campus CRUD

Last update: 03 Apr 2020
Tool for managing a database of UMC students and their grades. Made as an assignment for the UMC's Programming III course.
- Made in Python 3 with the PyMySQL library.
- Only available in Spanish.
- Command-line version and GUI version (made with PyQt5).
- Student module features: see personal information, view academic record, find grades by subject, and calculate academic scores.
- Admin module features: see student information, view academic records, find students' grades by subject, make new records, load records from file, update students' records, and delete students' records.