Skip to content

Commit 629bcad

Browse files
Update README for Student Grade Calculator
1 parent fe794f7 commit 629bcad

File tree

1 file changed

+39
-51
lines changed

1 file changed

+39
-51
lines changed

student-grade-calculator/README.md

Lines changed: 39 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,37 @@
1-
## 🎓 Student Grade Calculator
2-
3-
4-
5-
6-
7-
A simple and interactive Python program that calculates student grades based on marks entered between 0 and 100.
8-
9-
## 📌 Features
10-
11-
✅ User-friendly command-line interface
12-
13-
✅ Input validation for marks (0–100)
14-
15-
✅ Auto-grade assignment based on marks
16-
17-
✅ Option to calculate multiple grades in one session
18-
19-
✅ Handles invalid inputs gracefully
20-
21-
## 🧮 Grading Scale
22-
23-
24-
25-
Marks Range Grade
26-
27-
90 – 100 A+
28-
29-
80 – 89 A
30-
31-
70 – 79 B+
32-
33-
34-
60 – 69 B
35-
36-
50 – 59 C
37-
38-
40 – 49 D
39-
40-
0 – 39 F
41-
42-
43-
## 🚀 Getting Started
1+
<h1 align="center"> Student Grade Calculator (Python)</h1>
2+
3+
<p align="center">
4+
A simple, interactive Python program that calculates student grades based on marks entered between 0 and 100.
5+
Perfect for learning **input validation, conditional statements**, and **loops** in Python.
6+
</p>
7+
8+
<p align="center">
9+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Python-3.x-blue?style=for-the-badge&logo=python"></a>
10+
<a href="#"><img src="https://img.shields.io/badge/Platform-Terminal-orange?style=for-the-badge&logo=windowsterminal"></a>
11+
<a href="https://github.com/mantrapatil03/python-beginner-friendly-projects/stargazers"><img src="https://img.shields.io/github/stars/mantrapatil03/python-beginner-friendly-projects?style=for-the-badge&logo=github"></a>
12+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge&logo=opensourceinitiative"></a>
13+
</p>
14+
15+
16+
## Features
17+
- User-friendly command-line interface
18+
- Input validation for marks (0–100)
19+
- Auto-grade assignment based on marks
20+
- Option to calculate multiple grades in one session
21+
- Handles invalid inputs gracefully
22+
23+
## Grading Scale
24+
| Marks Range | Grade |
25+
|------------|-------|
26+
| 90 – 100 | A+ |
27+
| 80 – 89 | A |
28+
| 70 – 79 | B+ |
29+
| 60 – 69 | B |
30+
| 50 – 59 | C |
31+
| 40 – 49 | D |
32+
| 0 – 39 | F |
33+
34+
## Getting Started
4435

4536
1. Clone the repository
4637
```
@@ -56,7 +47,7 @@ Make sure you have Python 3.x installed.
5647
```
5748
python Student_Grade_Calculator.py
5849
```
59-
## 🖥️ Example Usage
50+
## Example Usage
6051
```
6152
Student Grade Calculator
6253
@@ -78,20 +69,17 @@ Do you want to calculate another grade? (y/n): n
7869
7970
Thank you for using the Student Grade Calculator!
8071
```
81-
## 📂 Project Structure
72+
## Project Structure
8273
```
8374
student-grade-calculator/
84-
8575
│── Student_Grade_Calculator.py # Main program file
86-
8776
│── README.md # Project documentation
8877
```
89-
## 👨‍💻 Author
90-
78+
## Author
9179
**Mantra Patil**
9280

93-
💻 Engineering Student | Python Developer | Ethical Hacking & Cybersecurity Enthusiast
94-
9581
💼 LinkedIn: www.linkedin.com/in/mantrapatil25
9682

9783
✉ Email: techmantrapatil@gmail.com
84+
85+
<h3 align="center">⭐ If you found this project useful, give it a star on GitHub! ⭐</h3> <p align="center"> <img src="https://img.shields.io/badge/Keep%20Learning%20%26%20Coding-Python-blue?style=for-the-badge&logo=python"> </p>

0 commit comments

Comments
 (0)