Skip to content

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.

License

Notifications You must be signed in to change notification settings

aadilshabier/jeepercentile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JEE Percentile Visualizer

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.

License: MIT

Prerequisites

  • Basic knowledge of python

  • python3

  • numpy

    $ pip install numpy
  • matplotlib

    $ pip install matplotlib

Usage

  1. Download the source code as a zip file or using git.

    $ git clone /~https://github.com/aadilshabier/jeepercentile.git
  2. Open config.py in a text editor.

  3. 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.
  4. Run main.py using:

    1. IDLE
    2. Command line (python should be in PATH)
      Go to the directory of main.py
      $ python main.py

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages