Examples¶
Retrieve Student Details¶
data = client.student_info()
print(data)
Upload Profile Image¶
client.upload_profile(img_path="path_to_image.png")
Get Exam Summary¶
exam_summary = client.exam_Summary()
print(exam_summary)
Change Password¶
client.change_password(new_password="newwww")
Change profile Picture¶
client.upload_profile(img_path='new.png')