This project consists of a PowerShell script divided into modular components, each handling a specific part of the process. The goal is to calculate wages and taxes based on user input.
Run Main.ps1
in a PowerShell environment. Follow the prompts to enter either an hourly wage or an annual salary. The script will calculate and display the results.
This project is a PowerShell-based Salary Calculator that allows users to calculate their annual and after-tax salaries based on either an hourly wage or an annual salary. The application offers a console interface and a graphical user interface (GUI) using Windows Presentation Foundation (WPF).
Navigate to the directory where you extracted the files.
cd path\to\extracted\files
.\Main.ps1
Developed as a learning project with a focus on modularity and script interaction.
This project is licensed under the MIT License - see the LICENSE file for details.