# pymo **Repository Path**: qinsJs/pymo ## Basic Information - **Project Name**: pymo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-04 - **Last Updated**: 2024-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python for mo mooc https://www.icourse163.org/learn/BIT-268001?tid=1471277463#/learn/content?type=detail&id=1256402552&cid=1289348140 bilibili https://www.bilibili.com/video/BV1Z64y1h7Rk/?spm_id_from=333.337.search-card.all.click&vd_source=addacb3d2f4010b444798eebc62ffc61 ## 如何打包为 exe 借助 pyinstaller 首先安装 ``` pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyinstaller ``` 然后 ``` pyinstaller -F xxxx.py ``` -i 设置 ico -n 重命名