資源簡介
設(shè)計一個GUI界面的學生信息管理系統(tǒng),方便保存學生的部分信息。
有五類功能:
1、 增加學生信息:輸入姓名、學號、年齡、手機號
2、 修改學生信息:輸入新的姓名、學號、年齡、手機號
3、 刪除學生信息:以學號為索引
4、 查詢學生信息:以學號為索引
5、 顯示學生信息:一條一條整頁顯示。
代碼片段和文件信息
from?student_manage_system?import?StudentManageSystem
from?Windows?import?windows
import?tkinter?as?tk
if?__name__?==?‘__main__‘:
????root?=?tk.Tk()
????root[‘width‘]?=?400
????root[‘height‘]?=?400
????root.title(“學生信息管理系統(tǒng)“)
????student?=?StudentManageSystem()
????windows(root?student)
????root.mainloop()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????325??2020-06-06?16:52??main1.py
?????文件????????189??2020-06-03?23:37??student.py
?????文件???????2795??2020-06-06?16:53??student_manage_system.py
?????文件???????8741??2020-06-06?16:51??Windows.py
-----------?---------??----------?-----??----
????????????????12050????????????????????4
- 上一篇:KNN文本聚類代碼
- 下一篇:python實現(xiàn)身份證號碼分割提取
評論
共有 條評論