资源简介
python3.5 pyqt5 eric6 计时器源代码。5个倒计时器,2个正计时器,可同时计时。计时结束有声音提醒。
代码片段和文件信息
# -*- coding:utf-8 -*-
import sys
from PyQt5.QtWidgets import QApplication
from mainWindow import *
if __name__ == “__main__“:
app = QApplication(sys.argv)
mw = MainWindow()
mw.show()
sys.exit(app.exec_())
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 404 2017-03-23 08:28 0.ini
文件 1289821 2004-11-05 13:02 Dixie.mp3
文件 20190 2017-03-24 07:58 Ui_mainWindow.py
文件 4456 2017-03-22 07:32 Ui_settingsWindow.py
文件 2852 2017-03-22 12:24 Ui_topShowWindow.py
文件 0 2017-03-20 03:12 __init__.py
文件 2084 2017-03-24 08:19 cuteTimer.e4p
文件 229 2017-03-23 05:01 main.py
文件 868 2017-03-24 02:01 main.spec
文件 9900 2017-03-24 08:18 mainWindow.py
文件 17454 2017-03-24 07:58 mainWindow.ui
文件 1742 2017-03-22 07:58 settingsWindow.py
文件 3921 2017-03-22 07:32 settingsWindow.ui
文件 2036 2017-03-24 08:09 topShowWindow.py
文件 2856 2017-03-22 12:26 topShowWindow.ui
相关资源
- 机器学习红楼梦Python代码
- Python基础教程-第3版(文字版)电子书
- 基于物品的协同过滤算法itemCF原理及
- python cookbook 3th 英文版
- problem-solving-with-algorithms-and-data-struc
- PythonCard
- 《Python爬虫-开发与项目实战》源码
- bayes分类python
- python满分大作业 打地鼠
- Python物理建模初学者指南
- pyltp wheel python3.5 3.6
- Python自然语言处理(PDF高清书籍分享
- 基于Python自相关法时间序列的时间延
- 利用 Python 进行数据分析 中文第二版
- Problem Solving with Algorithms and DataStruct
- python计算机二级教程1-11章
- python自然语言处理中文版.pdf223593
- python的pywt库
- PTVS 2.2 VS 2013 补充工具 自动提示功能
- data-science-using-python-r
- Python for VS2012官方版
- A Byte of Python(简明Python教程)(第
- wxPython 2.8 Application Development Cookbook
- 终极自动化测试环境搭建:Selenium+E
- 基于django搭建的博客
- SHA-3 哈希摘要算法 python 源代码及官方
- sha3 python 史上最全最详细的正确实现
- Hands On Machine Learning with Python: Concept
- Python for everybody (EDX)
- Python数据分析与机器学习-贝叶斯实现
评论
共有 条评论