https://github.com/demfier/get-branch-rank
a script to find your branch rank
https://github.com/demfier/get-branch-rank
Last synced: 8 months ago
JSON representation
a script to find your branch rank
- Host: GitHub
- URL: https://github.com/demfier/get-branch-rank
- Owner: Demfier
- Created: 2016-09-24T13:51:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T23:57:23.000Z (over 9 years ago)
- Last Synced: 2025-09-10T23:09:31.573Z (9 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get-branch-rank
This script calculates the branch rank of an IIT Kharagpur student given his/her roll number.
## Note: I've treated 5 year and 4 year courses as different branches.
## How to use get_branch_rank.py?:
1. Clone this repo by running the following command on your terminal: ``git clone https://github.com/Demfier/Get-branch-rank.git``
2. Get-branch-rank requires **Python's** libraries *requests* and *BeautifulSoup*.
To install the requirements run the following command in your terminal: ``pip install -r requirements.txt``
## How to run the script?:
1. Just open your terminal and run the script:
``>> python get_branch_rank.py``
and press ENTER
2. Enter your roll number and wait for some time. You will get your rank in your branch.
Peace!!