A simple project to visualize your JEE percentile for different ranks and plot them against the number of students writing the exam for different expected scores.
-
Basic knowledge of python
-
python3
-
numpy
$ pip install numpy
-
matplotlib
$ pip install matplotlib
-
Download the source code as a zip file or using git.
$ git clone /~https://github.com/aadilshabier/jeepercentile.git
-
Open
config.py
in a text editor. -
Change the values of these constants to your liking.
- starting_rank: Rank to start plotting from.
- ending_rank: Rank to end plotting at.
- no_of_plots: Number of plots between starting and ending rank.
- expected_students_lower: Lower bound of candidates expected to write the exam.
- expected_students_upper: Upper bound of candidates expected to write the exam.
-
Run
main.py
using:- IDLE
- Command line (python should be in PATH)
Go to the directory ofmain.py
$ python main.py