Nith_results is a terminal app to extract result of NITH.
You can also visit website built over data extracted using this tool.
- Use pip to install, user
--user
flag
python3 -m pip install --user nith_results
- Clone the repository and checkout to stable commit
git clone https://github.com/srbcheema1/nith_results
cd nith_results
git checkout <latest_version say: v0.0.x>
- install requirements
python3 -m pip install --user -r requirements.txt
- Install nith_results
python3 setup.py install --user
- Building Source Distribution
python3 setup.py sdist
-
Results are organised in folders for each branch in result directory
-
Branch wise results are present in folders named with branch with files as
batch_xx_xgpi.txt
orbatch_xx_xgpi.json
. -
Full Year-wise and Full college wise results are also available in folders FULL_YEAR and FULL_COLLEGE respectively.
-
Result is available in text and json format in result/text and result/json directories respectively
-
Folders contain results in
branch_name_xx_xgpi.txt
. -
Also you can find out
full_year_xx_xgpi.txt
containing data for whole year.
Developer / Author: Srb Cheema
Special thanks to Rohit Kaushal for building web-interface for this data.