Zermelo Python

#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
btpv