A simple calculator to compute income tax for India FY 2025-26
Project description
Indian Tax Calculator FY 2025-26
A simple calculator to compute income tax for India based on old and new regimes for Financial Year 2025-26.
Features
- Calculate tax based on either monthly or yearly salary inputs
- Support for both old and new tax regimes
- Considers standard deduction, PF, LTA, HRA, and other components
- Calculate in-hand salary after tax deductions
- Easy-to-use command-line interface
Installation
You can install the package directly from PyPI:
pip install tax_calculator_by_yousaf
Alternatively, you can install directly from GitHub:
pip install git+https://github.com/yousafkhamza/tax_calculator_by_yousaf.git
Usage
After installation, you can run the calculator directly from the command line:
tax-calculator
Or you can use it in your Python code:
from tax_calculator import calculate_tax_2025_26
calculate_tax_2025_26()
Tax Calculation Details
New Regime (Default)
- Standard Deduction: ₹75,000
- Tax Slabs:
- Up to ₹3,00,000: No tax
- ₹3,00,001 to ₹6,00,000: 5%
- ₹6,00,001 to ₹9,00,000: 10%
- ₹9,00,001 to ₹12,00,000: 15%
- ₹12,00,001 to ₹15,00,000: 20%
- Above ₹15,00,000: 30%
- Section 87A rebate up to ₹60,000 for income up to ₹12,00,000
Old Regime
- Standard Deduction: ₹50,000
- Tax Slabs:
- Up to ₹2,50,000: No tax
- ₹2,50,001 to ₹5,00,000: 5%
- ₹5,00,001 to ₹10,00,000: 20%
- Above ₹10,00,000: 30%
- Section 87A rebate for income up to ₹5,00,000
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Yousaf Khamza
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tax_calculator_by_yousaf-0.1.0.tar.gz.
File metadata
- Download URL: tax_calculator_by_yousaf-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
705243fb1151a44946badc3e17b919d871132dab89e836fdd88c383633a40497
|
|
| MD5 |
6d64021fcdd650f489a2323fa35f2957
|
|
| BLAKE2b-256 |
82d86edc46d12fa71731f6dfa2ded301cf00bb39e0ef2ecaebeb821147f521f4
|
File details
Details for the file tax_calculator_by_yousaf-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tax_calculator_by_yousaf-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c04eca0ec0f81fc97286b134b37d84478aa6b3a0592ae97d931ddc9d8750fa5c
|
|
| MD5 |
deacfdf176becd1c01c6c926339cb06f
|
|
| BLAKE2b-256 |
0d3afcc4497759914aecf6d35e84966fd1bb8516b6165f95249fb2e8e1eebb69
|