Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 234 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 234 Bytes

eokulapi

eokul vbs api wrapper for python

install

pip install eokulapi or poetry add eokulapi

usage

from eokulapi import EokulAPI

user=EokulAPI(uid=...)
st=user.students[0]
user.update_student_data(st)
...