Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h3ll0www0rld/ani-cli-cn
https://github.com/h3ll0www0rld/ani-cli-cn
ani-cli
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/h3ll0www0rld/ani-cli-cn
- Owner: h3ll0www0rld
- Created: 2024-05-01T13:02:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T07:38:49.000Z (9 months ago)
- Last Synced: 2024-05-04T12:42:05.792Z (9 months ago)
- Topics: ani-cli
- Language: Python
- Homepage:
- Size: 26.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```