📜  zermelo api - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:48.643000             🧑  作者: Mango

代码示例1
#pip install zermeloapi
import zermeloapi
zermelo = zermeloapi.zermelo(school, username, password)
#this returns the schedule
zermelo.readable_schedule()
#this prints it to the console
zermelo.print_schedule()
#look at the source for more info