wxListbook创建使用 实现页面切换功能 需要wxPython pip install wxPython 运行main.py
2023-03-19 17:51:46 3KB wxpython wxlistbook
1
如果你是wxPython初学者,你一定会想从第一部分开始。第一章至第三章帮助您夯实 wxPython相关概念的坚实基础。第六章则对构建合理大小程序的步骤进行了完整回顾。第五章介绍如何让代码更易于管理的方法,第四章提供了一些协助进 行调试、编写wxPython应用的工具。当你开始编写自己的 wxPython程序时,你就已经开始使用第二部分讨论的API了——我们试图按照功能进行组织章节内容,以方便您查找有用的主题。
2023-03-16 16:29:29 3.33MB python
1
软件简介 PyPy 是用 Python 实现的 Python 解释器。PyPy 是 Python开发者为了更好的Hack Python创建的项目。此外,PyPy比CPython是更加灵活,易于使用和试验,以制定具体的功能在不同情况的实现方法,可以很容易实施。 该项目的目标是,让PyPy比C实现的Python更为容易的适应各个项目和方便裁剪。
2023-03-14 23:40:30 28.84MB python pypy wxpython 3.7
1
wxFormBuilder + wxPyton + Python + Sqlite实现本地日记本工具 当天新增当天yyyy-MM-dd格式目录 在日期目录下可新增日记或文章名称 文章编写完成后,保存在本地 文章的增删改查,目录增删除改查功能闭环
2023-03-10 16:26:15 22KB wxpython wxFormBuilder Pyhton
1
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++. Like Python and wxWidgets, wxPython is Open Source which means that it is free for anyone to use and the source code is available for anyone to look at and modify. Or anyone can contribute fixes or enhancements to the project. wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported platforms are 32-bit Microsoft Windows, most Unix or unix-like systems, and Macintosh OS X. Since the language is Python, wxPython programs are simple, easy to write and easy to understand. Here is an example.
2023-02-13 16:06:11 10.87MB wxPython
1
本例的数据库系统是简单的银行卡交易系统,通过调查的需要实现以下功能: 开户:新用户通过提供一些基本信息实现开户操作,成功开户后会返回随机生成的银行卡号作为标志,每位用户只可在该系统下绑定一张银行卡。 登录:用户可以通过开户操作所得到的银行卡号及自己设定的密码在登录界面进行登录。 存取:用户登录成功后可以在主界面进行存款和取款的操作。 查询余额:用户可以在主界面直接查询所剩余额。 查明交易信息:用户可以查询自己所有交易信息的基本信息,并对交易信息有删除及查看详细信息的权利。
2023-01-09 16:36:09 18.5MB wxpython SQLSERER 数据库大作业 pyodbc
1
源码:吵个架wxPython (20230102)
2023-01-04 19:23:01 182.39MB python
该实验报告包含完整的报告结构,总计2328字。 1 引言 1.1设计思路 1.2课题背景 1.3 所用技术 1.4目的和意义 2 系统分析 3 系统设计 3.1 结构分析 3.2 功能分析 4 使用说明 4.1 步骤及截图 5 结论 6.附录1:实验代码
2022-12-29 21:54:10 190KB python wxpython
1
自己用wxpython写的web摄像头界面,能显示与其相对应分辨率的rgb565格式的图像。
2022-11-28 22:23:25 4KB wxpython web摄像头
1
解决Debian/Ubuntu/mint等操作系统上使用wxPython时出现如下调试信息: Debug: ScreenToClient cannot work when toplevel window is not shown 解包后根据硬件架构选择i386或amd64包直接安装即可。
2022-11-20 15:02:33 251KB Ubuntu mint wxpython
1