Metadata-Version: 2.4
Name: studentgrade
Version: 1.0.0
Summary: Simple student grade calculator
Author: THProg
Requires-Python: >=3.8
Description-Content-Type: text/markdown

#StudentGrade
A simple Python package that calculates grades.
##Example
from studentgrade import calculate_grade
print(calculate_grade(95))
