This is a great GUI library for beginners
Project description
- chinese:
gui是一个开源的python库,使用此库需要一下库
easygui | 这是一个非常简单的gui第三方库,大部分功能需要依靠他 | pip3 install easygui |
---|---|---|
tkinter | 这是python的自带库,非常强大,复杂的功能都靠它 | 无 |
这个库主要为初学者开发,持续更新。
主要函数有:
函数 | 主要功能 |
---|---|
open_path() | 打开文件,返回路径 |
open_io() | 打开文件,返回io流 |
msgbox(msg) | 文本弹窗,有ok按钮 |
enterbox(enter) | 文本弹窗,有输入框和ok,有返回值 |
save() | 保存文件,返回路径 |
jdt() | 进度条 |
- English:
GUI is an open source Python library. You need to use this library
easygui | This is a very simple GUI third-party library, and most functions need to rely on it . | pip3 install easygui |
---|---|---|
tkinter | This is the built-in Library of Python. It is very powerful and has complex functions | nothing |
This library is mainly developed for beginners and continuously updated.
The main functions are:
function | major function |
---|---|
open_ path() | Open the file and return the path |
open_ io() | Open the file and return to the IO stream |
msgbox(msg) | Text pop-up window with OK button |
enterbox(enter) | Text pop-up window with input box and OK and return value |
save() | Save the file and return the path |
jdt() | progress bar |
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
very-gui-0.0.2.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file very-gui-0.0.2.tar.gz
.
File metadata
- Download URL: very-gui-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
32eba8d8395406b5eea7139b868d12292fdd2d17fe4e4624ecfa241a2baa17e4
|
|
MD5 |
b4672c27b5f192d8ec2be9772123b59c
|
|
BLAKE2b-256 |
b5a964d6b9771ed68a6506027b7b3eb0394f9b83fec63465ef5ade26d35a5f2d
|
File details
Details for the file very_gui-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: very_gui-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6a17fd8283212a4c30b34a7e0595e0aa01ba561f70ef9a24360ee5474638fec0
|
|
MD5 |
cef99986937e54856f0394165872ab7d
|
|
BLAKE2b-256 |
8f2230531fb2c603bb818888679231a362c1e9393a81f2fb108e348d548ffbc3
|