Skip to content

CUET Marks Calculator is a Python script that allows users to calculate their exam marks based on the provided answer key and their chosen options. It extracts the user's chosen options from the result portal and compares them with the correct answers.

Notifications You must be signed in to change notification settings

Neelanjan-chakraborty/CUET_marks_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUET PG Marks Calculator

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

Steps to Find the Answer

  1. First, log in to the CUET Result Portal. You can access the portal here.

  2. Login and copy the Answer Key from the Challenges Page as shown in the example below:

    Image

  3. Open your Attempted questions and copy the link as shown in the example below:

    Image

  4. Paste both the Answer Key and the Question Link in the appropriate placeholders.

  5. Select "Check Answers" to calculate your marks.

  6. If you found this application helpful, please give it a star.

  7. In case of any issues, please contact me.

Table of Contents

Installation

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

Contributing

Contributions are welcome! If you have any improvements or bug fixes, feel free to submit a pull request.

License

This project is licensed under the MIT License.

Copy code

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.

About

CUET Marks Calculator is a Python script that allows users to calculate their exam marks based on the provided answer key and their chosen options. It extracts the user's chosen options from the result portal and compares them with the correct answers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published