搜索资源列表
Python_Tkinter
- Python 与 Tkinter 编程 [PDF,中文版图片扫描,全本,554页] 【内容简介】 Thinter 是解释性脚本语言Pyhton的图形界面开发工具包,是一个清晰的、面向对象的图形界面开发工具,它可以让你快速地开发出可以运行在Unix、Macintosh和Windows等系统平台下的Python应用程序。本书详细地介绍了Python语言的语法和函数及其界面的开发方法,重点介绍了在Tkinter可视化平台下的编程方法。本书非常适合各个层次的Python程序员,同时也适合利用Py
MyEditor
- 用python Tkinter开发的一个记事本,代码不多,只实现一些基础功能。装了python都能运行-Developed using python Tkinter a notepad, the code much, just some basic functions to achieve
Python.2.6.Graphics.Cookbook
- python图形界面编程参考书,主要使用Tkinter-GUI programming python reference
DictForGeeks
- DictForGeeks是卓尔写的一款词典软件,支持高度自定义。语言使用python,GUI使用的是tkinter,本来想用wxpython的,但是考虑到很多pythoner没有安装wxpython,还是决定用它自带的GUI了。用法:第一个窗口是单词输入窗口;第二个是提示窗口,支持双击选择;第三个窗口是解释窗口,可以随时编辑;旁边有个“保存”按钮,可以把修改好的保存起来;最下面还有一个提示栏,提示是否保存成功。-DictForGeeks drow write a dictionary softw
100programs-in-Python
- 一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。 1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"") setbkcolor(YELLOW) fo
calcu1
- 利用Python Tkinter 编写的简单计算机控制界面程序,加深初学者对Tkinter的理解-Prepared by the simple use of Python Tkinter computer control interface program to deepen the understanding of beginners Tkinter
[gui]Tkinter(python3.2)
- [gui]Tkinter编程实例(python3.2)(源码),包含了一些不错的python界面编程例子-[Gui] Tkinter programming examples (python3.2) (source), contains some good examples of python programming interface
lottery
- 利用python的Tkinter库编写的简单的摇奖小程序,下版本准备改文字名称摇奖为图片摇奖-Use python' s Tkinter library written in simple ERNIE applet, change the text name next version ready for the picture ERNIE ERNIE
Bounce_up
- 利用python tkinter制作的弹球小游戏,并且利用pygame播放背景音乐,制作了菜单栏可实现暂停、调节音量、更改游戏难度和查看游戏记录等功能-Using Python Tkinter produced a ball game , and use pygame to play background music , making the menu bar can pause ,adjust the volume , change the difficulty of the game and
PCSC_reader
- 基于python的Tkinter模块,实现的pcsc读卡器的收发程序-pcsc reader apdu transceive program, based on python Tkinter module
Greedy Snake
- 贪吃蛇小程序,主要用到python的tkinter模块,欢迎下载~(A small game developed in python)
Simple chat interface by tkinter-Python3
- 利用Python包tkinter实现界面的设计,主要包括界面的框架搭建和控件的使用,实现了简单的聊天界面设计。(The use of Python package tkinter interface design, including the framework of the interface and the use of controls to achieve a simple chat interface design.)
ticket
- python实现的tkinter窗口版的火车票查询软件,可支持15天内的火车票查询,但必须在有网的环境中运行,压缩文件中的api.py和ticket.py必须在统一路径下才可以(Python implementation of the Tkinter window version of the train ticket query software, can support 15 days of train tickets query, but must be in a network envi
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于
tcmsp
- tcmsp爬虫,医学相关,python开发,带操作界面,使用tkinter开发(Tcmsp crawler, medical related, Python development, with GUI by Tkinter)
tkinter组件
- 对python的tkinter组建的总结,各种属性的用法。(Summary of python's Tkinter organization and usage of various attributes.)
Python界面版学生系统
- 连接mysql建立的学生管理系统,实现增删改查功能,但没有登录界面,待改善中。(Connect the student management system established by Mysql to realize the function of adding, deleting, modifying and checking, but there is no login interface, which needs to be improved.)
chatbot
- 聊天机器人 原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。 运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot
绘制函数
- 可以根据界面输入画布范围和turtle运动的属性,点击label.py进行运行(According to the interface, you can input the canvas range and the attributes of the turtle motion)
python实现的传奇客户端
- 需要python3以上,需要pip额外安装Pillow,使用tkinter开发,抛砖引玉,希望更多的开发者参与进来