# createDoc **Repository Path**: lihhz/createDoc ## Basic Information - **Project Name**: createDoc - **Description**: 使用Python3生成数据库设计文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2018-09-25 - **Last Updated**: 2021-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用Python3开发,不知道再Python2上是否可用 数据库信息在conf.ini上,针对oracle 1.安装cx_oracle ```shell python -m pip install cx_Oracle --upgrade ``` 2.安装docx ```shell pip install docx ``` 3.运行方式 在createDoc.py文件所在的目录执行如下命令 ```shell python createDoc.py ```