Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/it-delinquent/paintcalculator

A small PowerShell script that provides and elementary calculator for painting
https://github.com/it-delinquent/paintcalculator

calculations calculator paint paint-calculator painting powershell powershell-script

Last synced: about 2 months ago
JSON representation

A small PowerShell script that provides and elementary calculator for painting

Awesome Lists containing this project

README

        

# PaintCalculator

This is a simple script that provides calculations for painting a wall 🎨 🖌️

This scripts takes in the following inputs:
- Wall Length
- Wall Height
- Paint Coverage
- Paint Price
- Tax

And outputs a nice little "reciept" as you can see below:

![Paint Reciept](https://github.com/IT-Delinquent/PaintCalculator/blob/master/PaintCalculatorReciept.png)

As you can probably tell, it's not the most comprehensive calculator. However, it is probably the first "thing" I ever created in PowerShell and I wanted to come back and make it nicer. I'm going to leave it here just for the sake of sharing something 😊

[mharwood.uk](https://mharwood.uk)