Implementation of GUI student information management system with Python
This example shares the specific code of Python implementing GUI student information management system for your reference. The specific contents are as follows
Project environment:
Software environment:
OS:RedHat6. 3 Lib:Pygtk Language:Python Support tool:Glade3
Project Description:
① Glade3 designs the user's login window, and the function main window ② passes GTK The builder is initialized and the loading interface ③ is in MySQL Py file to implement Python operation database. ④ In stumanager Py to realize the functions of student information query, deletion, modification, terminal login, graphics statistics, etc. ⑤ define the function trigger signal in glade to realize the connection of functions.
Project test:
① Login window
② Main window
③ Delete information
④ Modify information
⑤ Login terminal
⑥ Student achievement
⑦ Graphic Statistics (not done well)
⑧ Find information
Part code:
Terminal. py
Stu_ Sys. py
For more learning materials, please pay attention to the special topic "management system development".