Skip to content

RohitGanji/gitam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GITAM

GITAM is a simple, yet elegant, library.

Works only with the Results Page for now. New version coming soon!

Installing

$ pip install gitam

Documentation

>>> from gitam import result
>>> student = result(roll_id=221810309053, semester=6)
>>> student.name
'Rohit G'
>>> student.branch
'Computer Science and Engineering'
>>> student.cgpa
8.68 

Result uses the GET and POST requests to fetch the data from the Results Page.

GLearn, GParent, Moodle etc. will be added soon.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published