资源简介
简单教务系统,包含数据库结构和简要自述文件。基于Python和MySQL,使用wx和pymysql编写py程序文件,实现对数据库的增删改查操作。
代码片段和文件信息
import wx
class MyApp_all(wx.frame):
def __init__(self a=None b=None c=None d=Nonee=Nonef=Noneg=Noneh=None **kw):
# wx.frame.__init__(self *args **kw)
super(MyApp_all self).__init__(**kw)
self.a = a
self.b = b
self.c = c
self.d = d
self.e = e
self.f = f
self.g = g
self.h = h
# frame = wx.frame(parent=None title=‘登陆界面‘ size=(450 300))
self.Center()
self.panel = wx.Panel(self)
self.LoginInterface()
def LoginInterface(self):
#添加静态标签
label_1 = wx.StaticText(self.panel -1 “%s“%self.a pos=(80 50))
label_2 = wx.StaticText(self.panel -1 “%s“%self.b pos=(80 100))
label_3 = wx.StaticText(self.panel -1 “%s“ %self.c pos=(80 150))
label_4 = wx.StaticText(self.panel -1 “%s“ %self.d pos=(80 200))
label_5 = wx.StaticText(self.panel -1 “%s“ %self.e pos=(80 250))
label_6 = wx.StaticText(self.panel -1 “%s“ %self.f pos=(80 300))
label_7 = wx.StaticText(self.panel -1 “%s“ %self.g pos=(80 350))
label_8 = wx.StaticText(self.panel -1 “%s“ %self.h pos=(80 400))
#frame.Center()
#frame.Show(True)
if __name__ == ‘__main__‘:
app = wx.App()
login = MyApp_all(parent=None title=‘全体成绩‘ size=(450 500))
login.Show()
app.MainLoop()
#app = MyApp_all()
#app.MainLoop()
相关资源
- python项目-face++人脸识别考勤机-pytho
- 利用python数据分析第二版-中文版&英文
- Python-3.6.2.tgz
- python实现车牌识别
- Python-3.7.4.tgz
- Python语法入门thinkpython_cnpython_课件,
- Python27 x64.zip
- Python编程从入门到实践[中英文完整版
- Python机器学习经典 中文完整版高清
- python核心编程第三版(高清中文版)
- Python界面版学生管理系统
- python专利爬虫
- (一)python爬虫验证码识别去除干扰
- Python-西瓜视频百万英雄答题助手
- deep learning with python中文版232513
- python编程从入门到精通配套资源
- Data Wrangling with Python
- 笨方法学python3
- Python数据分析.mobi
- Hands-On Reinforcement Learning with Python 20
- wxPython3.0-win32-3.0.2.0-py27
- python知识点汇总 思维导图
- Python学习手册 第5版(Learning Python)
- 精通Python设计模式.pdf 详细目录,高清
- 经典教程Automate the Boring Stuff with Pyt
- Python和HDF5大数据应用
- 全套从零开始学Python网络爬虫教学以
- 大数据爬虫系统
- 《Python 学习手册》(第五版)英文版
- 《Python编程快速上手 让繁琐工作自动
评论
共有 条评论