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
egauziy-0.0.1.tar.gz
(2.6 kB
view details)
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 egauziy-0.0.1.tar.gz.
File metadata
- Download URL: egauziy-0.0.1.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 |
848354515d5c18b891c3e7c786a9a915501e860915ab1c04808f3302f2207a97
|
|
| MD5 |
bdbe27d1f4c849bfe6b956c494744fde
|
|
| BLAKE2b-256 |
057b31c368780d7c8328016f73082258e7dad3ccee439fa2d8e507dcc629cb57
|
File details
Details for the file egauziy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: egauziy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 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 |
a5a63f972914099d9a0245bb0eaa62e6626eff977004feaf39b1d7df497f95bf
|
|
| MD5 |
3fb8518ceba18fb2e6392c82bf058d6e
|
|
| BLAKE2b-256 |
3459cb04e636a9fe6b5076e3455687a392cc4ba20a5b857be6f5e82bca9a3770
|