# code_match **Repository Path**: tioxy/code_match ## Basic Information - **Project Name**: code_match - **Description**: Python语言的快速字典对码小工具 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-25 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # code_match #### 介绍 Python语言的快速字典对码小工具 #### 使用说明 程序运行所需的环境包为 `pandas python-Levenshtein openpyxl` 使用 `pip` 安装 ```bash # 安装依赖包 pip install pandas pip install python-Levenshtein pip install openpyxl ``` 通过终端进入到项目目录的 `src` 文件下,主程序为 `code_match.py` 使用命令执行 ```bash # 执行程序 python code_match.py -i '输入excel路径地址' ``` 默认输出结果为程序所在目录,具体参数见参数说明 #### 参数说明 ``` usage: code_match.py [-h] -i INPUT_FILE [-o OUTPUT_FILE] [-zs ZL_SHEET] [-ts THIRD_SHEET] Python语言的快速字典对码小工具 options: -h, --help show this help message and exit -i INPUT_FILE, --input_file INPUT_FILE 输入excel文件目录,即需要对码数据的文件路径,必填 -o OUTPUT_FILE, --output_file OUTPUT_FILE 输出excel文件目录,即对码结果数据的文件路径,默认程序所在路径 -zs ZL_SHEET, --zl_sheet ZL_SHEET 需要对码数据位于所属输入文件的Sheet页名称,默认'Sheet1' -ts THIRD_SHEET, --third_sheet THIRD_SHEET 原始字典数据位于所属输入文件的Sheet页名称,默认'Sheet2' ``` #### 安全认证 [![Security Status](https://www.murphysec.com/platform3/v31/badge/1684395913925181440.svg)](https://www.murphysec.com/console/report/1684395913539305472/1684395913925181440)