# ygw_data **Repository Path**: ZhangLuFeng/ygw_data ## Basic Information - **Project Name**: ygw_data - **Description**: 预购网 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-12 - **Last Updated**: 2022-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ygw_data #### 介绍 预购网 #### 软件架构 软件架构说明 #### 安装教程 1、安装python3.6版本或者以上 2、运行需要用到的包: pip install pymysql pip install faker pip install lxml #### 使用说明 1、首先通过mysql执行SQL脚本生成指定的库表 2、运行controller下面的 mainController 就可生成虚拟数据 注意:conf 下面得MySQL配置要改成自己的mysql账户和密码。