# officepy **Repository Path**: lflxp/officepy ## Basic Information - **Project Name**: officepy - **Description**: 办公自动化之数据处理与分析 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-01 - **Last Updated**: 2023-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 本项目是解决办公自动化数据分析处理的,前期主要功能是: 1. 读取csv文件 2. 创建数据库表 3. 导入数据库 4. 分析数据 5. 制作成图表 # 安装 > pip3 install -r requirements.txt # 运行 > python3 main.py # 查看结果 > python3 -m http.server ![](2.png) ![](1.png) 打开浏览器,访问: http://localhost:8000 # 参考资料 1. sqlite创建外键 https://www.yiibai.com/sqlite/foreign-key.html 2. Scott账号sql语句练习 https://www.cnblogs.com/flqcchblog/p/4319294.html | https://blog.csdn.net/qq_29380733/article/details/86291961 3. csv文件的读写 https://blog.csdn.net/a13568hki/article/details/121977445 # 代码仓库 https://gitee.com/lflxp/officepy # 需要安装的软件 python3 vscode pip