包含得到pdf元数据和图片GPS及时间信息等
2021-02-16 20:06:56 43.15MB python gui
1
此为软件授权系统的用户注册部分
2021-01-28 02:00:46 12.29MB python gui
1
此为软件授权系统的管理员部分
2021-01-28 02:00:46 8.9MB python gui
1
用来下载静态网站的exe工具,可以下载html、js、css、img等静态资源,下后的静态网站可在本地运行
2021-01-28 02:00:33 13.74MB python gui
1
设计一个GUI界面的学生信息管理系统,方便保存学生的部分信息。 有五类功能: 1、 增加学生信息:输入姓名、学号、年龄、手机号 2、 修改学生信息:输入新的姓名、学号、年龄、手机号 3、 删除学生信息:以学号为索引 4、 查询学生信息:以学号为索引 5、 显示学生信息:一条一条整页显示。
2020-12-03 18:09:28 3KB python GUI界面 学生信息管理系统
1
python界面GUI实现k-means聚类算法,基于tkinter的界面简单代码开发。k-means算法是自己写的,不是调用的库函数。程序最后可以实现,随机生成样本点,设置聚类中心数,区分颜色显示聚类结果,无限次迭代,退出等。
2020-01-03 11:23:41 5KB python GUI 聚类
1
用tkinter写的python GUI注册界面实例,包括注册和登录。使用pickle库来序列化用户名和密码
2020-01-03 11:20:22 1KB tkinter python GUI
1
Title: Python GUI Programming Cookbook 2nd Author(s): Burkhard A. Meier Publisher: Packt Publishing Year: 2017 Edition: 2nd Language: English Pages (biblio\tech): 422\0 ISBN: 1787129454, 9781787129450 Key FeaturesUse object-oriented programming to develop amazing GUIs in PythonCreate a working GUI project as a central resource for developing your Python GUIsEasy-to-follow recipes to help you develop code using the latest released version of PythonBook Description Python is a multi-domain, interpreted programming language. It is a widely used general-purpose, high-level programming language. It is often used as a scripting language because of its forgiving syntax and compatibility with a wide variety of different eco-systems. Python GUI Programming Cookbook follows a task-based approach to help you create beautiful and very effective GUIs with the least amount of code necessary. This book will guide you through the very basics of creating a fully functional GUI in Python with only a few lines of code. Each and every recipe adds more widgets to the GUIs we are creating. While the cookbook recipes all stand on their own, there is a common theme running through all of them. As our GUIs keep expanding, using more and more widgets, we start to talk to networks, databases, and graphical libraries that greatly enhance our GUI's functionality. This book is what you need to expand your knowledge on the subject of GUIs, and make sure you're not missing out in the long run. What you will learnCreate the GUI Form and add widgetsArrange the widgets using layout managersUse object-oriented programming to create GUIsCreate Matplotlib chartsUse threads and talking to networksTalk to a MySQL database via the GUIPerform unit-testing and internationalizing the GUIExtend the GUI with third-party graphical librariesGet to know the best practices to create GUIsAbout the Author Burkhard A. Meier has more than 17 years of professional experience working in the software industry as
2019-12-21 22:26:40 14.27MB Python GUI Cookbook GUI
1
一个简单易学的python gui库,附带文档 解压把easygui.py放到python安装目录下的lib/site-packages/下面即可
2019-12-21 22:24:05 493KB python gui
1
This book not only teaches you how to use the Tkinter GUI toolkit and a few other libraries; it will also teach you many of the skills you need to move from a writer of short scripts to a writer of medium-sized graphical applications. By the time you've finished the book, you should feel confident that you can develop a simple but useful data-oriented application.
2019-12-21 22:15:37 3.37MB Python Tkinter
1