Metadata-Version: 2.1
Name: very_gui
Version: 0.0.1
Summary: This is a great GUI library for beginners
Home-page: https://github.com/ZhengHaotian2010/gui.py
Author: xxx
Author-email: e2662020@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

- 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|

