python+mysql+tkinter student information management system

requirement analysis (1) Using mysql to store student and administrator information (2) The graphical interface is created through tkinter module to realize the login of the administrator, the addition, deletion, modification and query of student information, and the modification of the administrator's own password. Whole engineering class an ...

Posted by ViN86 on Wed, 17 Nov 2021 04:36:53 -0800

[Python project practice] extract the pictures in the. docx file and save them to the specified folder

1, Demand analysis In order to meet the needs of users to quickly extract pictures from docx files to specified folders, the system should meet the following functions: When the user selects the docx file and specifies the image output path, all images in the docx file can be extracted.When the file selected by the user is not a docx file ...

Posted by cody44 on Thu, 23 Sep 2021 00:44:21 -0700