# IDcode15to18 **Repository Path**: Mr_Wr0ng/idcode15to18 ## Basic Information - **Project Name**: IDcode15to18 - **Description**: 身份证号码15位转换为18位 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-25 - **Last Updated**: 2024-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 身份证号转换器 将15位身份证号转换为18位身份证号 程序界面 ![](./source/image/demo.jpg) ### 使用方法1:运行源码 ```powershell python ID15to18.py ``` > 需提前安装Python环境,并安装pyqt5,使用Python 版本为3.7.4,低于该版本未作测试 > 安装完python3.7.4后,仓库根目录下 运行 pip install -r requirements.txt 即可安装依赖 ### 使用方法2:下载可执行程序 下载发行版[ID15to18.exe](https://gitee.com/Mr_Wr0ng/idcode15to18/releases)文件,双击运行即可