# SimpleTasksSystem **Repository Path**: 892768447/SimpleTasksSystem ## Basic Information - **Project Name**: SimpleTasksSystem - **Description**: Tornado结合Apscheduler的简单任务调度系统(包含数据采集、报表生成等) - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-10 - **Last Updated**: 2022-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单的自动化任务调度 需要Python3及以后版本 这里采用Python3.5 - 通过命令行安装 pip install JPype1-0.6.2-cp35-cp35m-win32.whl - 通过命令行安装 pip install pandas-0.22.0-cp35-cp35m-win32.whl - pip install -r requirements.txt # 截图 界面 ![1.png](ScreenShot/1.png) ![2.png](ScreenShot/2.png) ![5.png](ScreenShot/5.png) 其中一项日报模版 ![3.png](ScreenShot/3.png) 根据模版excel 生成的图片报表 ![4.png](ScreenShot/4.png) # 说明 项目属于根据内部系统做的一款自动化采集、报表生成、微信自动发送、数据采集等一系列简单的任务调度系统,涉及敏感的信息均已修改。