# 名录上传 **Repository Path**: asume/upload-directory ## Basic Information - **Project Name**: 名录上传 - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-29 - **Last Updated**: 2026-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 依赖替换为国内源 ``` pip install ttkbootstrap -i https://mirrors.aliyun.com/pypi/simplepip pip install ttkbootstrap -i https://mirrors.aliyun.com/pypi/simple/ ``` # 安装程序依赖的库 `` pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simplepip `` # 打包程序 ```angular2html pyinstaller -F -w -i "logo.ico" "main.py" ``` # 月度纳入流程代码 ```angular2html auto_month_add.py ``` # 年度纳入流程代码 ```angular2html auto_year_add.py ```