Metadata-Version: 2.1
Name: calculate-my-score
Version: 0.1.2
Summary: Calculate your score by one simple command!
Home-page: https://github.com/jochman/calculate-my-score
License: MIT
Author: Bar Hochman
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pytest (>=7.1.2,<8.0.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Project-URL: Repository, https://github.com/jochman/calculate-my-score
Description-Content-Type: text/markdown

# calculate-my-score

All of you students have hard time calculate your final score.

Use this simple script to solve the problem of solving you final grade!

## Installation

```shell
pip install calculate-my-score
```

## Usage

Provide a pair of GRADE:WEIGHT.

Lets say we had a homework which we scored 90 in it, and it's worth 20 points. On our final exam, we scored 100 and it worth 80 points.

We shall run the next command:

```shell
❯ calculate-my-score 90:20 80:100
🎉 Your score is 81.67/120 🎉 
```

## Thanks

Thank you my love for asking me simple calculation questions so I can program them ❤️

