Client: Personal project
Project description: A PowerShell script to calculate your gross and net hourly salary
Date: 03 August 2023
Project:
This PowerShell script provides a graphical user interface to allow users to calculate their gross and net hourly wages based on their monthly salary and the number of hours worked per week. Here is the project link on GitHub: https://github.com/AlexIn-Tech/hourly-wage-calculator
Prerequisites
Windows operating system
PowerShell 5.1 or higher
Usage
Clone this repository to your local machine or download the hourly-wage-calculator.ps1 file.
Open PowerShell.
Change to the directory containing the hourly-wage-calculator.ps1 file.
Run the script with the following command: .\hourly-wage-calculator.ps1.
In the GUI, enter your total gross monthly salary, your total net monthly salary, and the number of hours you work per week. Please note that you can use both a comma and a period as a decimal separator.
Click on the "Calculate" button. The script will then display your gross and net hourly wages.
Contribute
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT