Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

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
Comment

PREVIOUS NEXT
Code Example
Python :: pandas plot heatmap 
Python :: python round number numpy 
Python :: check os python 
Python :: ValueError: logits and labels must have the same shape ((None, 1) vs (None, 2)) 
Python :: get number of bits on integer in python 
Python :: how to add column headers in pandas 
Python :: flip specific bit python 
Python :: print without changing line python 
Python :: install scratchattach 
Python :: check version numpy 
Python :: how to print for loop in same line in python 
Python :: python image black and white 
Python :: sacar la posicion en una lista python 
Python :: flatmap python 
Python :: python pdf merger 
Python :: Print a nested list line by line in python 
Python :: phi 
Python :: py exe tkinter 
Python :: drop rows in list pandas 
Python :: intersection of dataframes based on column 
Python :: how to map array of string to int in python 
Python :: python remove directory not empty 
Python :: switch columns and rows python 
Python :: usong brave browser pyhton 
Python :: replace multiple spaces with single space python 
Python :: python get time difference in milliseconds 
Python :: np range data 
Python :: simple thresholding with OpenCV 
Python :: os file exists 
Python :: how to print alternate numbers in python 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =