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

3 Aug, 2023·
AlexIn Tech
AlexIn Tech
· 1 min read

Client: Personal project

Project description: A PowerShell script to calculate your gross and net hourly wage. Date: August 3, 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 file hourly-wage-calculator.ps1.

  2. Open PowerShell.

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

  4. Run the script with the following command:

    .\hourly-wage-calculator.ps1
    
  5. In the graphical interface, enter your total gross monthly salary, your total net monthly salary, and the number of hours you work per week. Note that you can use either a comma or a dot as the decimal separator.

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

HourlyWageCalculator
HourlyWageCalculator

Share
AlexIn Tech
Authors
SysOps Engineer | IT Consultant | IT Teacher
Alexis is a SysOps Engineer and IT teacher at ETML in Lausanne. Rooted in systems and infrastructure, he combines automation and custom development with a growing interest in AI to solve practical problems. He offers IT consulting, custom solutions, and hosting.