zhixuewang-python:python版 智学网api

时间:2024-06-11 18:28:58
【文件属性】:

文件名称:zhixuewang-python:python版 智学网api

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-11 18:28:58

Python

zhixuewang-python 安装: 使用 pip 安装(推荐) pip install zhixuewang 下载 源码 安装 git clone https://github.com/anwenhu/zhixuewang cd zhixuewang python setup.py install 快速使用 登录: 保证你已经安装好zhixuewang后, 通过这样来获取自己最新一次考试成绩并打印到屏幕上 from zhixuewang import login username = input("你的用户名:").strip() password = input("你的密码:").strip() zxw = login(username, password) print(zxw.get_self_mark()) 在输入智学网用户名和密码后, 屏幕上会显示形如:: name 语文:


【文件预览】:
zhixuewang-python-master
----setup.py(471B)
----.gitignore(402B)
----docs_requiment.txt(39B)
----LICENSE(1KB)
----README.md(2KB)
----example()
--------auto_get_mark.py(1KB)
--------get_mark.py(1KB)
--------get_weight_mark.py(578B)
----zhixuewang()
--------test_student.py(3KB)
--------urls.py(320B)
--------__init__.py(516B)
--------models.py(6KB)
--------tools()
--------teacher()
--------zxw.py(8KB)
--------student()
--------exceptions.py(996B)
----docs()
--------Makefile(638B)
--------make.bat(764B)
--------source()

网友评论