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