Metadata-Version: 2.1
Name: BBDown-GUI
Version: 1.0.4.2
Summary: BBDown using the graphical interface.
Home-page: https://github.com/1299172402/BBDown_GUI
Author: 之雨
License: MIT
Keywords: gui,bbdown,bilibili,download
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5 (==5.15.6)

# BBDown_GUI
BBDown的图形化版本，亦保留有命令行

## 特性

- [x] 记忆下载参数
- [x] 下载剧集选项（当前剧集、全部剧集、最新剧集）
- [x] 优先显示常用选项，亦保留有所有功能
- [x] 在命令行中仅按一次 Ctrl-C 可以中断本次下载

## 下载
[![img](https://img.shields.io/github/release/1299172402/BBDown_GUI?label=版本)](https://github.com/1299172402/BBDown_GUI/releases)

## 从PyPI安装

安装
```
pip install BBDown-GUI
```

运行（不区分大小写，下划线可省略）
```
BBDown_GUI
```

## 从源码运行
```
pip install -r requirements.txt
cd BBDown_GUI # 需要进入到本仓库的同名子文件夹内
python __main__.py
```

## 使用方法

将 BBDown 的可执行程序与本 UI 程序置于同一文件夹中，直接运行即可。这样以后 BBDown 主程序更新也可以直接替换使用


## 屏幕截图

### 简易模式

<img src="https://user-images.githubusercontent.com/29673994/169644975-066c4ac5-7fb1-4361-8c62-bb1e5aba4381.png" height="50%" width="50%" >

### 高级模式

<img src="https://user-images.githubusercontent.com/29673994/169645018-d4af2c4b-fdcf-4288-b19f-25f2eb778a96.png">

## 致谢&License

 - https://github.com/nilaoda/BBDown (MIT License)

## 相关Repository

 - [BBDown_hk](https://github.com/1299172402/BBDown_hk)

