This repository has been archived on 2026-04-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PyDataAnalysis/Finnal/Note.md
T
2025-12-09 16:01:02 +08:00

6 lines
196 B
Markdown

## 全自动艺术评分系统 - AutoArtRatingSystem.py
```shell
pip install numpy pyinstaller
pyinstaller -F --windowed --hidden-import=tkinter --hidden-import=numpy "AutoArtRatingSystem.py"
```