MARKSHEET
This is a simple marksheet generator application built using Streamlit.
Install / Use
/learn @kousarraza/MARKSHEETREADME
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
- Enter Number of Subjects: Input the total number of subjects.
- Enter Marks: Provide the marks obtained in each subject.
- Calculate: Click the "Calculate" button to generate the results.
- 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:
- Clone this repository:
git clone https://github.com/your-username/marksheet-generator.git - Install the required packages:
pip install streamlit - Run the Streamlit application:
streamlit run app.py
Contribution
Feel free to contribute by opening issues or submitting pull requests to improve the application.
