TDS Calculator
Calculates TDS deducted at source for common sections: 194C (contractors), 194J (professional/technical fees), 194I (rent), and 192 (salary, approximated as a flat rate for this demo).
Arguments
Pass an input object with:
payment_amount(number, required) — the gross payment amount in INR before TDS deduction.section(string, required) — the Income Tax Act TDS section, e.g."194C","194J","194I","192".
Example
echo '{"payment_amount": 100000, "section": "194J"}' | python script.py