top of page

Hourly Wage Calculator - a PowerShell script to calculate your hourly wage

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

  1. Clone this repository to your local machine or download the hourly-wage-calculator.ps1 file.

  2. Open PowerShell.

  3. Change to the directory containing the hourly-wage-calculator.ps1 file.

  4. Run the script with the following command: .\hourly-wage-calculator.ps1.

  5. 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.

  6. 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





1 view
bottom of page