tkinter实用工具
Project description
目标
用tkinter开发小型桌面应用。
App类
一个窗口,有一些预设值:
- 大小不可改变。
- 窗口位置居中。
place方法
推荐使用tkinter的place布局,宽高坐标都是写死的。
我简化了一下调用方式。
# 之前
xxx.place(x=0, y=0, width=100, height=100)
# 之后
place(xxx, 0, 0, 100, 100)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zxing_tkinter_utils-1.0.1.tar.gz.
File metadata
- Download URL: zxing_tkinter_utils-1.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2a6c83151123a251e062539c103b02a31b52de76c8a4709c9c58b104290558e
|
|
| MD5 |
0d48b4cf36837b01b9d6ee5bb4e0a631
|
|
| BLAKE2b-256 |
b04aad2df39b2c5611d3dee25aeff2283f34fbe704022dab8f6c1fd29aaa8ca1
|
File details
Details for the file zxing_tkinter_utils-1.0.1-py3-none-any.whl.
File metadata
- Download URL: zxing_tkinter_utils-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61231ac552f391150cd7513e8b9931e9ad733df4684e31d71ea1827e15e5a3cd
|
|
| MD5 |
b8ef49db391bfc5c36309c384f5af8e9
|
|
| BLAKE2b-256 |
b32fe3e7ec0b5a3ecaa8220e71faa72fe6a833892464afb99ccc82d089e4db7b
|