饭店管理系统(下篇):程序打包为exe给用户使用
用Python手搓一个简单的饭店管理系统(下篇),程序打包为exe给用户使用
详细内容,阅读原文:https://mp.weixin.qq.com/s/mqtcyQyHeLo6hMyFrFkPXQ
PyInstaller核心命令
pyinstaller -F -w RestaurantManager.py
详细内容,阅读原文:https://mp.weixin.qq.com/s/mqtcyQyHeLo6hMyFrFkPXQ
pyinstaller -F -w RestaurantManager.py