Metadata-Version: 2.1
Name: scuCourseDownloader
Version: 0.0.1
Summary: api to download scu courses
Home-page: https://github.com/2239559319/courseDownload
Author: 小川
Author-email: w2239559319@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# 四川大学课表下载
<p>
<img src='https://img.shields.io/badge/author-%E5%B0%8F%E5%B7%9D-ff69b4.svg'>
<img src='https://img.shields.io/github/license/2239559319/courseDownload.svg?style=flat'>
<img src='https://img.shields.io/badge/python-3.0%2B-blue.svg'>
<img src='https://img.shields.io/badge/python-3.6-blue.svg'>
</p>

-------------

## 运行环境:python3.6

> 第三方模块:requests,lxml,openpyxl

## 运行方法，运行main.py文件即可

## 注意:

 - 程序运行时间大概在十分钟左右，每一个学院的课表处理完后都有提示信息，建议运行时做点其他事哦
 - 程序运行完后会在当前目录在生成一个course.xlsx文件，就是课表文件了
 - 程序默认下载的是18-19第二学期课表，如果要下载其他课表，请在代码70行query函数添加第二参数学期，格式为"2018-2019-2-1"

