# TDG_QT5 **Repository Path**: ymang/TDG_QT5 ## Basic Information - **Project Name**: TDG_QT5 - **Description**: 测试数据点击生成GUI工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-02-21 - **Last Updated**: 2023-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TDG-QT 测试数据生成器 ![描述](static/img/tdg-main.png) ## 使用方式 ```shell script pyinstaller.exe -F -w --add-data="tdg.ui;." main.py ``` 在项目根目录下dist/main.exe,点击即可使用。 1. 快速模拟功能 点击按钮后会自动在剪切板粘粘对应信息,直接复制即可。 2. 数据生成功能 支持的替换 "姓","名": ,"姓名": ,"身份证号": ,"地址": ,"公司": ,"年龄": ,"时间": ,"日期": ,"日期时间": ,"工作类型": ,"性别": ,"手机号码": ,"座机号码": ,"科目": ,"文本": ,"$i1,100$","时间戳": ,"序列": , 使用$姓名$作为模板文字 ## 修改项目 QtDesigner改变tdg.ui