# ww-python **Repository Path**: lchgo/ww-python ## Basic Information - **Project Name**: ww-python - **Description**: 使用python 制作exe程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2025-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 打包成本机离线exe程序 ```shell pyinstaller --onefile --noconsole --icon=lchgo.ico double_table_match.py ``` # 各个页面功能说明 ``` cutover_template.py 模板割接 double_table_match.py 双表匹配 pon_port_fault.py PON口故障表格日常处理 ```