python (UI interface) student information management system + video explanation

Student Information Management System

Course Name: "Python Programming"

Project NameStudent Information Management System

1. Purpose of the experiment

1. According to the analysis of system requirements, design at least 5 functional modules.
2. Use python programming to write the UI interface. The UI needs to have: button components, label components, Entry components, layouts, etc.
3. The modules in the system have the functions of adding, deleting, modifying, checking, querying pages, etc.
4. The system can apply knowledge such as Python program flow structure, combined data types, functions, exception handling, file operations, standard libraries, third-party libraries, classes and objects.
5. The whole system should run smoothly without abnormal problems.

###2. Experiment content
Introduction: pythonGUI student information management system is a GUI (graphical user interface) student information management system developed based on Python language, which can help users quickly complete the management of student information. The system can realize the input, query, modification, deletion, display and other functions of student information, and can manage student information more conveniently. In addition, the system also supports data export, which can export student information to a txt file, which is convenient for users to analyze and count.
1. Main interface
insert image description here

2. Add student information interface

insert image description here

3. Delete the student interface,
first check the student information through the student number

Supongo que te gusta

Origin blog.csdn.net/weixin_48676558/article/details/130493724
Recomendado
Clasificación