Skip to content

Small app which fetches IITM student info based on roll number

Notifications You must be signed in to change notification settings

vignesh-m/studentinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Info

Get IITM student information including name, gender, course, semester, faculty advisor, photo etc. using just the roll number.

Requires python3 (tested on python 3.4.2)

Run using

python main.py

This app caches results for better performance. Change cache settings using command line options. python main.py -h lists available settings

TK and Pillow support is necessary. On Ubuntu these packages need to be installed.

sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk

Install dependencies (Pillow and BeautifulSoup4) using pip

pip install -r requirements.txt

About

Small app which fetches IITM student info based on roll number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages