# idcard_query_tool **Repository Path**: itmojun/idcard_query_tool ## Basic Information - **Project Name**: idcard_query_tool - **Description**: 身份证信息查询工具,通过身份证号码查询出对应的地址区域、生日和性别信息 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 身份证信息查询工具 ### 功能 通过身份证号码查询出对应的地址区域、生日和性别信息 ### 使用方法 在Python3环境下直接运行main.py,按照提示输入一个任意的身份证号码,然后按回车键 ### 实现方式 有两种: 1. 调用本地函数,无需连接Internet 2. 调用Web API,必须连接Internet