这是一个使用 Python 实现的简单版本的 Bad Apple 字符画播放器。
运行需要安装下列模块:
playsound
vext
vext.gi
安装方法:
- Linux:
pip3 install -r requirements.txt
- Windows:
pip install -r requirements.txt
项目可以在没有安装任何额外包的情况下运行,但是不会播放声音。
如果需要播放声音,需要先安装上面列出的模块,并将音频文件 bad_apple.mp3
放到与 badapple.py
文件同一目录下。
EN:
Very simple ASCII implementation of Bad Apple in Python. Cross platform.
Requires those dependencies to play with sound:
playsound
vext
vext.gi
pip3 install -r requirements.txt
(Linux)
pip install -r requirements.txt
(Windows)
Project can run without any additional packages however sound will not be loaded.
To play sound install dependencies listed above and put sound file bad_apple.mp3
in same directory as badapple.py