diff options
author | mache102 <91365155+mache102@users.noreply.github.com> | 2023-05-01 16:58:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 16:58:57 +0200 |
commit | b59535129643b2988c16413e0f66bef5c7713a34 (patch) | |
tree | bec2815e11225ae3f07c9a6ed6a8d091953406ff /gui/pywebio-gui/README.md | |
parent | fix index display for search (diff) | |
parent | Merge pull request #332 from mache102/main (diff) | |
download | gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.gz gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.bz2 gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.lz gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.xz gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.tar.zst gpt4free-b59535129643b2988c16413e0f66bef5c7713a34.zip |
Diffstat (limited to 'gui/pywebio-gui/README.md')
-rw-r--r-- | gui/pywebio-gui/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gui/pywebio-gui/README.md b/gui/pywebio-gui/README.md new file mode 100644 index 00000000..2b99c075 --- /dev/null +++ b/gui/pywebio-gui/README.md @@ -0,0 +1,24 @@ +# GUI with PyWebIO +Simple, fast, and with fewer errors +Only requires +```bash +pip install gpt4free +pip install pywebio +``` +clicking on 'pywebio-usesless.py' will run it + +PS: Currently, only 'usesless' is implemented, and the GUI is expected to be updated infrequently, with a focus on stability. + +↓ Here is the introduction in zh-Hans-CN below. + +# 使用pywebio实现的极简GUI +简单,快捷,报错少 +只需要 +```bash +pip install gpt4free +pip install pywebio +``` + +双击pywebio-usesless.py即可运行 + +ps:目前仅实现usesless,这个gui更新频率应该会比较少,目的是追求稳定 |