怎样不用pip打包exe(auto-py-to-exe)
auto-py-to-exe
你上B站搜搜这个:打包和注意事项讲得特别清楚,是视屏
auto-py-to-exe 是一个用于将Python程序打包成可执行文件的图形化工具。以往打包会使用pyinstaller库,需要掌握各种参数的作用,很难记。而auto-py-to-exe 基于 pyinstaller ,和相比pyinstaller ,多了 GUI 界面,用起来更为简单方便。