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
- Host: GitHub
- URL: https://github.com/udontur/ossdmk
- Owner: udontur
- License: mit
- Created: 2025-04-23T07:48:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T02:53:31.000Z (about 1 year ago)
- Last Synced: 2026-01-11T16:20:19.300Z (5 months ago)
- Topics: calculator, cli, linux, ossd, tool
- Language: C++
- Homepage: https://hadrian.cc
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
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
```
