期末-全自动艺术评分系统-1

This commit is contained in:
Cat Tom
2025-12-09 16:01:02 +08:00
parent 6dac153416
commit d273a89d42
61 changed files with 218 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
## 全自动艺术评分系统 - AutoArtRatingSystem.py
```shell
pip install numpy pyinstaller
pyinstaller -F --windowed --hidden-import=tkinter --hidden-import=numpy "AutoArtRatingSystem.py"
```