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

AlexIn Tech
Authors
SysOps Engineer | IT Teacher
Versatile IT Engineer with a dual specialization in System Engineering and Management, AlexIn Tech teaches IT to CFC apprentice IT specialists at ETML, the Technical School of Lausanne 🇨🇭. Passionate about IT, innovation, and knowledge sharing, he shares his discoveries and learnings here to inspire new generations.