Skip to content

A Python program that calculates weekly gross pay, federal tax, state tax, and final take-home earnings based on user-provided work hours and pay rate.

Notifications You must be signed in to change notification settings

Armonccc/Python-Gross-Pay-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Gross Pay & Tax Calculator (Python)

This project is a simple Python program that calculates an employee’s weekly gross pay, federal tax, state tax, and final take-home pay based on user input. It was created as a beginner-friendly exercise in Python variables, user input, and arithmetic operations.

Features

  • Prompts the user to enter:
    • Name
    • Hours worked in the week
    • Hourly pay rate
  • Calculates:
    • Gross pay
    • Federal tax (20%)
    • State tax (9%)
    • Final amount paid after taxes
  • Displays a full payroll breakdown

About

A Python program that calculates weekly gross pay, federal tax, state tax, and final take-home earnings based on user-provided work hours and pay rate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages