14 lines
197 B
Markdown
Raw Permalink Normal View History

2025-01-22 13:12:33 +08:00
# 自己搞的小东西
- 不建议使用,性能极差
- 如果你非要用
- 你可以使用下面的命令进行打包可在所有电脑运行
```python
pyinstaller --onefile main.py
```