Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airob0t/idcardgenerator
身份证图片生成工具 generate an id card picture
https://github.com/airob0t/idcardgenerator
idcard opencv python
Last synced: 3 months ago
JSON representation
身份证图片生成工具 generate an id card picture
- Host: GitHub
- URL: https://github.com/airob0t/idcardgenerator
- Owner: airob0t
- License: gpl-3.0
- Archived: true
- Created: 2016-08-25T16:48:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T08:28:48.000Z (about 5 years ago)
- Last Synced: 2024-09-23T23:30:59.249Z (3 months ago)
- Topics: idcard, opencv, python
- Language: Python
- Homepage:
- Size: 108 MB
- Stars: 1,425
- Watchers: 43
- Forks: 461
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - airob0t/idcardgenerator - 身份证图片生成工具 generate an id card picture (Python)
README
# idcardgenerator
【仅做研究使用,请遵守当地法律法规,法律后果自负】身份证图片生成工具,填入信息,选择一张头像图片,即可生成黑白和彩色身份证图片。
可以选择是否自动抠图,自动抠图目前仅支持纯色背景,对自动抠图效果不满意可以手动抠图。
在线抠图地址:(https://burner.bonanza.com/)
(https://www.gaoding.com/koutu)
## 更新:
- 自动改变头像大小
- 自动从纯色背景中抠图
- 支持pip安装## ToDo
- 自动从复杂背景下抠图## 环境
- numpy
- pillow
- opencv## 下载
## pip安装
`pip install idcardgenerator````
from idcardgenerator import gui
gui.run()
```
文件会生成在运行目录### Windows
[下载](https://github.com/airob0t/idcardgenerator/releases/download/win_v1.3/idcardgenerator.exe)
### Mac
[下载](https://github.com/airob0t/idcardgenerator/releases/download/v1.1/idcardgenerator)## 打包程序
安装pyinstaller
`pip install pyinstaller`
Mac打包(打包成Mac app尚有问题未解决)
pyinstaller -i usedres/ico.icns --windowed --clean --noconfirm --onefile --add-data ./usedres:./usedres idcardgenerator.py
Windows打包
pyinstaller -i usedres/ico.ico --windowed --clean --noconfirm --onefile --add-data "usedres;usedres" idcardgenerator.py
## 参照标准:
### 正面
左上角为国徽,用红色油墨印刷;其右侧为证件名称“中华人民共和国居民身份证”,分上下两排排列,其中上排的“中华人民共和国”为4号宋体字,下排的“居民身份证”为2号宋体字;“签发机关”、“有效期限”为6号加粗黑体字;签发机关登记项采用,“xx市公安局”;有效期限采用“xxxx.xx-xxxx.xx.xx”格式,使用5号黑体字印刷,全部用黑色油墨印刷。### 背面
“姓名”、“性别”、“民族”、“出生年月日”、“住址”、“公民身份号码”为6号黑体字,用蓝色油墨印刷;登记项目中的姓名项用5号黑体字印刷;其他项目则用小5号黑体字印刷;出生年月日 方正黑体简体字符大小:姓名+号码(11点)其他(9点)字符间距(AV):号码(50)字符行距:住址(12点);身份证号码字体 OCR-B 10 BT 文字 华文细黑。