Python automation script to see rank, marks, name etc. of all the candidates who gave PUMEET exam
- PUMEET is an entrance examination for migration/department change across Panjab University colleges
Just run the script & see the output in the console/terminal
-
Selenium
pip install selenium
-
Webdriver for your browser (Using any
Chromium
based browser is recommended for this):- For Chrome, install chromedriver
- For Firefox, install geckowebdriver
-
Shortcut: if the webdriver isn't installed in the system path, you can just provide its location as:
driver = webdriver.Chrome("/path/to/webdriver")
# OR
driver = webdriver.Firefox("/path/to/webdriver")
-
(If you are on Windows, make sure to put
.exe
in the path, i.e.,driver = webdriver.Chrome("/path/to/webdriver.exe")
-
(Optional) Print to the console or use Pandas library to import this to a python list or whatever to sort it according to the rank. (Sorted version in
./assets
)
Many people wanted to see the Marks vs Rank data for this year's PUMEET