wwrechard / tax-calculator

A simple tax estimation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tax-calculator

A simple tax estimation tool for calculating extra withhold needed for your w-4 file to avoid tax penanlty. It specializes for individuals/married couples with RSU incomes. The tool is written using steamlit and currently supports federal and CA tax for Year 2023.

How to install and use

Please navigate to the target dir and run the following command

> git clone git@github.com:wwrechard/tax-calculator.git
> cd tax-calculator
> source script/bootstrap
> streamlit run tax_calculator/main.py

It will then start a local service on your mac/pc and pop up the following web page. The service should be accessible by any of your device within the local network

Screen Shot 2023-09-07 at 1 16 00 PM

Disclaimer

Please fill in all the necessary fields to get the final tax estimation. There are a few prefilled fields that coded with some common rates (e.g., 22% federal withhold rate for RSU and bonus), please feel free to override. Note that this tool is designed only for withholding estimation purposes. Please consult your CPA for actual tax return filing.

Happy taxing!

About

A simple tax estimation tool

License:MIT License


Languages

Language:Python 100.0%