Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fumiama/danmuji


https://github.com/fumiama/danmuji

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# danmuji
## 安装与使用
程序使用python编写,运行程序首先需要安装需要安装python 3.x

其次程序主要使用pygame插件来实现功能,需要安装pygame插件。

使用方式:
- git命令clone仓库
```
git clone https://github.com/SakuraACGN/danmuji.git
```
- 打开cmd命令窗运行pip安装pygame
```
pip install pygame
```