This is a Python script that calculates exam marks based on the provided answer key and the user's chosen options. It also generates an overall performance report.
access the tool here Tool Link
-
First, log in to the CUET Result Portal. You can access the portal here.
-
Login and copy the Answer Key from the Challenges Page as shown in the example below:
-
Open your Attempted questions and copy the link as shown in the example below:
-
Paste both the Answer Key and the Question Link in the appropriate placeholders.
-
Select "Check Answers" to calculate your marks.
-
If you found this application helpful, please give it a star.
-
In case of any issues, please contact me.
To use this script, you need to have Python and the following libraries installed:
requests
beautifulsoup4
pandas
matplotlib
You can install these dependencies using the following command:
pip install -r requirements.txt
import requests from bs4 import BeautifulSoup
import pandas as pd
import matplotlib.pyplot as plt
Contributions are welcome! If you have any improvements or bug fixes, feel free to submit a pull request.
This project is licensed under the MIT License.
Please note that this README.md template assumes that you have a LICENSE
file in your repository root directory. If you don't have one, you can choose an appropriate license or remove the "License" section from the template.
Feel free to customize the README.md as per your requirements.