Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyrumdickinson/grade_calculator
Grade calculator using 4.0 American grading scale.
https://github.com/hyrumdickinson/grade_calculator
Last synced: 18 days ago
JSON representation
Grade calculator using 4.0 American grading scale.
- Host: GitHub
- URL: https://github.com/hyrumdickinson/grade_calculator
- Owner: HyrumDickinson
- License: mit
- Created: 2023-02-27T00:28:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T19:12:53.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T17:56:48.314Z (25 days ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grade-calculator
Undergraduate grade calculator using 4.0 American grading scale.
## Installation
Install from PyPI:
`python -m pip install -U grade-calculator`
Ensure that you are running an up-to-date version of Python. `grade-calculator` supports `python3.11` and above.
## Contributions
Fork from and pull-request into the `dev` branch to contribute.
`main` accepts a pull request from `dev` with each stable version updates and corresponds to pip-installable `grade-calculator`.
Reach out via the Discussions tab or open a pull request to start collaborating!