Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h3ll0www0rld/ani-cli-cn


https://github.com/h3ll0www0rld/ani-cli-cn

ani-cli

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# ani-cli-cn
一个更适合中国宝宝体质的`ani-cli`

# 支持源列表
- iyinghua
- girigirilove

# 下载
请到`Github Actions`中的工件下载

[h3ll0www0rld/ani-cli-cn/actions](https://github.com/h3ll0www0rld/ani-cli-cn/actions)

# 安装
本项目使用`mpv`作为播放器,请确保`mpv`在你的环境变量中(在终端输入`mpv --version`有输出)
## Windows
```shell
scoop install mpv
```
## Ubuntu
```shell
sudo apt install mpv
```

# 开发&构建
## 开发
```shell
pip install -r requirements.txt
```
## 构建
### Windows
```powershell
./scripts/build.ps1
```
### Linux & Mac
```shell
./scripts/build.sh
```