Skip to content

ddki/idcard-generator-tauri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idcard Generator

 

Online

Idcard Generator

Github release Github top language Github language count Repository size License Github issues Github forks Github stars

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

中国居民身份证生成工具。

项目基于 tauri 开发。 Windows 运行依赖于 MicrosoftEdgeWebView2Runtime,Windows10 2004 版本以后系统内置 WebView2Runtime,之前版本系统需要安装它, 官方下载地址:https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/#download-section

⚠️ 免责声明

本项目仅支持用于学习测试,请在使用软件的过程中,遵守当地法律,禁止任何违法行为。

✨ Features

✔️ 生成假的身份证信息;
✔️ 生成假的身份证照片;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Node, Rust installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/ddki/idcard-generator-tauri

# Access
$ cd idcard-generator-tauri

# Install dependencies
$ pnpm install

# Run the project
$ pnpm run tauri:dev

📝 License

This project is under license from GPL-3.0. For more details, see the LICENSE file.

Made with ❤️ by ddki

 

Back to top