资源简介
该软件基于python语言编写,使用MySQL存储数据,pyqt5编写图形化界面,实现功能包括聊天,文件上传与下载,飞机大战,项目信息以及引用了图灵机器人。
代码片段和文件信息
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file ‘chengyuan.ui‘
#
# Created by: PyQt5 UI code generator 5.11.2
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore QtGui QtWidgets
path = ‘./img/1.jpg‘
path2 = ‘./img/2.jpg‘
path3 = ‘./img/3.jpg‘
path4 = ‘./img/4.jpg‘
path5 = ‘./img/5.jpg‘
path6 = ‘./img/6.jpg‘
path7 = ‘./img/7.jpg‘
flag = 0
flag2 = 0
flag3 = 0
flag4 = 0
flag5 = 0
flag6 = 0
flag7 = 0
class Ui_MainWindow(QtWidgets.QWidget):
def setupUi(self MainWindow):
MainWindow.setobjectName(“MainWindow“)
MainWindow.resize(663 640)
self.centralwidget = QtWidgets.QWidget(MainWindow)
self.centralwidget.setobjectName(“centralwidget“)
self.label = QtWidgets.QLabel(self.centralwidget)
self.label.setGeometry(QtCore.QRect(10 40 121 31))
font = QtGui.QFont()
font.setPointSize(18)
font.setBold(True)
font.setWeight(75)
self.label.setFont(font)
self.label.setobjectName(“label“)
self.pushButton = QtWidgets.QPushButton(self.centralwidget)
self.pushButton.setGeometry(QtCore.QRect(60 90 88 88))
font = QtGui.QFont()
font.setPointSize(16)
font.setBold(True)
font.setWeight(75)
self.pushButton.setFont(font)
self.pushButton.setobjectName(“pushButton“)
self.pushButton.setstyleSheet(‘border-image:url(%s)‘%path)
self.pushButton.clicked.connect(self.change)
self.pushButton_2 = QtWidgets.QPushButton(self.centralwidget)
self.pushButton_2.setGeometry(QtCore.QRect(210 90 88 88))
font = QtGui.QFont()
font.setPointSize(16)
font.setBold(True)
font.setWeight(75)
self.pushButton_2.setFont(font)
self.pushButton_2.setobjectName(“pushButton_2“)
self.pushButton_2.setstyleSheet(‘border-image:url(%s)‘%path2)
self.pushButton_2.clicked.connect(self.change2)
self.pushButton_3 = QtWidgets.QPushButton(self.centralwidget)
self.pushButton_3.setGeometry(QtCore.QRect(360 90 88 88))
font = QtGui.QFont()
font.setPointSize(16)
font.setBold(True)
font.setWeight(75)
self.pushButton_3.setFont(font)
self.pushButton_3.setobjectName(“pushButton_3“)
self.pushButton_3.setstyleSheet(‘border-image:url(%s)‘%path3)
self.pushButton_3.clicked.connect(self.change3)
self.pushButton_4 = QtWidgets.QPushButton(self.centralwidget)
self.pushButton_4.setGeometry(QtCore.QRect(510 90 88 88))
font = QtGui.QFont()
font.setPointSize(16)
font.setBold(True)
font.setWeight(75)
self.pushButton_4.setFont(font)
self.pushButton_4.setobjectName(“pushButton_4“)
self.pushButton_4.setstyleSheet(‘border-image:url(%s)‘%path4)
self.pushButton_4.clicked.connect(s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-08-24 20:52 .idea\
文件 192 2018-08-24 18:55 .idea\misc.xm
文件 264 2018-07-16 09:18 .idea\modules.xm
文件 563 2018-08-24 18:55 .idea\MyChat.iml
文件 36454 2018-08-24 20:52 .idea\workspace.xm
目录 0 2018-08-24 20:26 __pycache__\
文件 7199 2018-08-20 13:46 __pycache__\Client.cpython-36.pyc
文件 762971 2018-08-21 19:19 back1.png
文件 12661 2018-08-18 12:28 chengyuan.py
文件 9593 2018-08-24 19:58 Client.py
文件 473573 2018-08-23 18:53 feiji-background_1.png
目录 0 2018-08-24 20:26 feiji\
目录 0 2018-08-24 20:26 feiji\__pycache__\
文件 1228 2018-08-13 09:54 feiji\__pycache__\backgroud_roll.cpython-36.pyc
文件 1108 2018-08-24 19:37 feiji\__pycache__\background_1.cpython-36.pyc
文件 994 2018-08-19 15:11 feiji\__pycache__\Bomber.cpython-36.opt-2.pyc
文件 1028 2018-08-24 19:37 feiji\__pycache__\Bomber.cpython-36.pyc
文件 1018 2018-08-17 20:58 feiji\__pycache__\Bomber.cpython-37.pyc
文件 1820 2018-08-16 20:25 feiji\__pycache__\bullet.cpython-36.opt-2.pyc
文件 1796 2018-08-24 19:37 feiji\__pycache__\bullet.cpython-36.pyc
文件 1844 2018-08-16 22:38 feiji\__pycache__\bullet.cpython-37.pyc
文件 3940 2018-08-19 15:11 feiji\__pycache__\enemy.cpython-36.opt-2.pyc
文件 3944 2018-08-24 19:37 feiji\__pycache__\enemy.cpython-36.pyc
文件 3971 2018-08-16 23:13 feiji\__pycache__\enemy.cpython-37.pyc
文件 2090 2018-08-16 20:16 feiji\__pycache__\myplane.cpython-36.opt-2.pyc
文件 2058 2018-08-24 19:37 feiji\__pycache__\myplane.cpython-36.pyc
文件 2131 2018-08-14 21:47 feiji\__pycache__\myplane.cpython-37.pyc
文件 961 2018-08-15 00:07 feiji\__pycache__\screen.cpython-37.pyc
文件 1757 2018-08-21 18:03 feiji\__pycache__\setting.cpython-36.opt-2.pyc
文件 1050 2018-08-24 19:37 feiji\__pycache__\setting.cpython-36.pyc
文件 1119 2018-08-16 23:14 feiji\__pycache__\setting.cpython-37.pyc
............此处省略260个文件信息
- 上一篇:《Python深度学习》2018中文
- 下一篇:MDNETpython实现
相关资源
- MDNETpython实现
- 《Python深度学习》2018中文
- opencv3计算机视觉 python实现
- python项目web
- 目标跟踪CSK算法python实现
- Pycharm+Django+Python+MySQL开发
- Python自动化运维技术与最佳实践
- Python学习手册.mobi kindle电子书 带源码
- OpenCV 3-python语言
- Python基础教程 Beginning Python From Novic
- Selenium2 Python自动化测试实战第二版高
- 《selenium2 python 自动化测试实战第二版
- opencv_python-3.4.0+contrib-cp36-cp36m-win_amd
- 机电控制python
- scipy-1.0.0-cp36-none-win_amd64.whl
- python2.7、numpy、matplotlib在windows 64位平
- 《Python深度学习》中文版pdf+英文版
- python3.6.5版本
- 跟老齐学python:django实战 源代码
- Python Machine Learning(第1版+第2版)-2
- 《Python深度学习》(Deep Learning With
- Python机器学习实践指南中文版带书签
- Python数据科学手册+
- Python高级编程
- Python自动化运维--刘天斯--带书签目录
- 《Python算法教程》中文版 高清完整
- Python机器学习及实践_从零开始通往
- gdal+python环境exe打包
- python基础教程第二版中文版 完整高清
- 最新版windows python-3.8.6-amd64.exe
评论
共有 条评论