You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
197 B
Markdown

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