SkillAgentSearch skills...

MARKSHEET

This is a simple marksheet generator application built using Streamlit.

Install / Use

/learn @kousarraza/MARKSHEET
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Marksheet Generator

This is a simple web application built using Streamlit that allows users to generate a marksheet based on the marks obtained in various subjects. The application calculates the total marks, percentage, grade, and provides remarks based on the grade achieved.

Demo

Features

  • Dynamic Input: The number of subjects is user-defined, allowing flexibility in calculating grades.
  • Automatic Calculation: Once the marks are entered for each subject, the application calculates the total marks, percentage, grade, and remarks automatically.
  • Grade and Remarks System: Grades are assigned based on the percentage, and corresponding remarks are provided.

How to Use

  1. Enter Number of Subjects: Input the total number of subjects.
  2. Enter Marks: Provide the marks obtained in each subject.
  3. Calculate: Click the "Calculate" button to generate the results.
  4. View Results: The total marks, percentage, grade, and remarks will be displayed on the screen.

Installation

To run the application locally, you need to have Python installed. Follow these steps:

  1. Clone this repository:
    git clone https://github.com/your-username/marksheet-generator.git
    
  2. Install the required packages:
    pip install streamlit
    
  3. Run the Streamlit application:
    streamlit run app.py
    

Contribution

Feel free to contribute by opening issues or submitting pull requests to improve the application.

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Python

Security Score

75/100

Audited on Feb 6, 2026

No findings