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