📅  最后修改于: 2022-03-11 14:46:38.026000             🧑  作者: Mango
#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