Skip to content

A simplified GUI that tells the tax deducted at each slab based on the amount given.

Notifications You must be signed in to change notification settings

nizamial09/india-tax-slab-simplified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

India Tax Slabs Simplified FY 2025-26

A simple tax slab calculator to compute income tax based on predefined tax slabs announced for 2025-26. The calculator takes an input of income and outputs the applicable tax according to the specified tax rates. Tax percentages are fixed according to the 2025-26 tax rates.

Simple Tax Slab Calculator

Features

  • Calculates tax based on income input.
  • Shows you tax percentage in each slab.

Usage

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/tax-slab-calculator.git
    
  2. Install the required dependencies

    pip install -r requirements.txt
    
  3. Run the fastapi server

    python -m uvicorn main:app

    That will present an output like

    INFO:     Started server process [16780]
    INFO:     Waiting for application startup.
    INFO:     Application startup complete.
    INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)

    Open the URL on a browser

  4. Enter the amount and it gives the tax and break-ups

About

A simplified GUI that tells the tax deducted at each slab based on the amount given.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •