初次上传

This commit is contained in:
2026-07-15 21:24:12 +08:00
commit 1a7c829df7
317 changed files with 5937 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
```bash
pip install live2d pyqt5
```
主入口在 Live2DPet.py
用 pyinstaller 打包其即可
```bash
pyinstaller -w Live2DPet.py --onefile
```
需要让程序工作目录下有“model”文件夹