Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/it-delinquent/paintcalculator
- Owner: IT-Delinquent
- Created: 2019-09-30T16:16:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T16:24:13.000Z (over 5 years ago)
- Last Synced: 2024-02-13T12:39:33.452Z (11 months ago)
- Topics: calculations, calculator, paint, paint-calculator, painting, powershell, powershell-script
- Language: PowerShell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)