From 848c6915d3a5b80b14f38d27d8a2be27603845f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E9=9B=A8?= <1299172402@qq.com> Date: Thu, 3 Feb 2022 18:38:39 +0800 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8c3bb2..32a157f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # BBDown_GUI -BBDown的图形化版本 +BBDown的图形化版本,亦保留有命令行 + +## 特性 + +- [x] 记忆之前的参数 + +## 下载 +[![img](https://img.shields.io/github/release/1299172402/BBDown_GUI?label=版本)](https://github.com/1299172402/BBDown_GUI/releases) + +## 从源码运行 +``` +pip install -r requirements.txt +python BBDown_GUI.py +``` + + +## 屏幕截图 + +![image](https://user-images.githubusercontent.com/29673994/152321072-1686a057-c6e4-4c36-9e9c-7923a9baeafa.png) + +![image](https://user-images.githubusercontent.com/29673994/152321101-e780b900-edda-43d2-9601-caf7e695839d.png) + + +## 致谢&License + + - https://github.com/nilaoda/BBDown (MIT License)