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: 26 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T11:35:48.000Z (almost 2 years ago)
- Last Synced: 2025-11-30T08:44:11.490Z (7 months ago)
- Topics: calculations, calculator, paint, paint-calculator, painting, powershell, powershell-script
- Language: PowerShell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- 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:

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)