$ git clone https://github.com/kundankumardec16/Auto_filling_feedback_in_MAKAUT_portal.git
$ cd Auto_filling_feedback_in_MAKAUT_portal
$ python3 -m pip install selenium
Download the Chromium Driver from https://chromedriver.chromium.org/ (Note: Unzip the file after it's finished downloading). Copy the FULL PATH of the recently unzipped .exe file.
Paste the path within the quotations in Discrete_mathematics_autofill_feedback.py
under the comment "#Connecting Selenium WebDriver with Chrome WebDriver"
driver=webdriver.Chrome(executable_path="*C:\Users\HP\AppData\Local\Temp\Rar$EXa0.142\chromedriver.exe*")
In the code enter your roll number and password within the quotes send_keys("")
. It is next to the comment # Enter your roll no/password here
$ python3 Discrete_mathematics_autofill_feedback.py
NOTES: Ensure your version of Google Chrome is up to date. You can update it here: chrome://settings/help The code written will only work if the website "https://makaut1.ucanapply.com/smartexam/public/" after login has not been changed.