Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumiama/danmuji
https://github.com/fumiama/danmuji
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fumiama/danmuji
- Owner: fumiama
- Created: 2021-04-24T10:07:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T08:16:56.000Z (over 3 years ago)
- Last Synced: 2024-10-30T17:08:54.662Z (2 months ago)
- Language: Roff
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```