summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortaiyi747 <63543716+taiyi747@users.noreply.github.com>2023-05-01 06:04:52 +0200
committerGitHub <noreply@github.com>2023-05-01 06:04:52 +0200
commit94f0cbf8bc094b2040759ebfbaf0afc78d89a1af (patch)
tree812a309f8482087b51b7f973ca7ac08ba7a926bc
parentUpdate pywebio-usesless.py (diff)
downloadgpt4free-94f0cbf8bc094b2040759ebfbaf0afc78d89a1af.tar
gpt4free-94f0cbf8bc094b2040759ebfbaf0afc78d89a1af.tar.gz
gpt4free-94f0cbf8bc094b2040759ebfbaf0afc78d89a1af.tar.bz2
gpt4free-94f0cbf8bc094b2040759ebfbaf0afc78d89a1af.tar.lz
gpt4free-94f0cbf8bc094b2040759ebfbaf0afc78d89a1af.tar.xz
gpt4free-94f0cbf8bc094b2040759ebfbaf0afc78d89a1af.tar.zst
gpt4free-94f0cbf8bc094b2040759ebfbaf0afc78d89a1af.zip
-rw-r--r--gui/pywebio-gui/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/gui/pywebio-gui/README.md b/gui/pywebio-gui/README.md
index 8b137891..2b99c075 100644
--- a/gui/pywebio-gui/README.md
+++ b/gui/pywebio-gui/README.md
@@ -1 +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更新频率应该会比较少,目的是追求稳定