An open API service indexing awesome lists of open source software.

https://github.com/udontur/ossdmk

[my first project!] 🧮 Ontario Secondary School Diploma (OSSD) Mark Calculator CLI Tool
https://github.com/udontur/ossdmk

calculator cli linux ossd tool

Last synced: about 2 months ago
JSON representation

[my first project!] 🧮 Ontario Secondary School Diploma (OSSD) Mark Calculator CLI Tool

Awesome Lists containing this project

README

          




OSSD Mark Calculator



🧮 Ontario Secondary School Diploma (OSSD) Mark Calculator CLI Tool




Report Bug
·
Made with passion by Hadrian


## ⭐ About
```ossdmk``` is a command line tool that calculates your Ontario Secondary School Diploma marks using multiple marks, weights, and denominators in a fast and convenient way.

## 🛠️ Installation (Linux)
1. Add the Nix flake to your ```flake.nix``` input:
```nix
ossdmk.url="github:udontur/ossdmk";
```
2. Add the package to your NixOS ```configuration.nix```:
```nix
inputs.ossdmk.packages."${system}".default
```
3. Rebuild your Nix configuration.
## 🔧 Usage
Enter ```ossdmk``` in the terminal.
> [!NOTE]
> ```ossdmk``` can handle up to 3 decimal places.

## 💾 Demo
Try it out first:
```sh
$ nix shell github:udontur/ossdmk -c ossdmk
```
![](assets/demo.gif)