Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI with PyWebIO #329

Merged
merged 7 commits into from
May 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
taiyi747 committed May 1, 2023
commit 94f0cbf8bc094b2040759ebfbaf0afc78d89a1af
23 changes: 23 additions & 0 deletions gui/pywebio-gui/README.md
Original file line number Diff line number Diff line change
@@ -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更新频率应该会比较少,目的是追求稳定