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)